Analisis Kinerja MySQL Cluster Menggunakan Metode Load Balancing
DOI : DOI: 10.17529/jre.v11i4.2358
Date : 10 September 2015
Information system and data is a very important thing nowadays. An information system especiallyàa database is designed with a high data availability. One of the database systems is MySQL cluster. Sometimes,àits performance decreased because of the systemâÂÂs incapablity to handle the data. To overcome this problem, theàresearch of load balancing systems for MySQL cluster is needed. This research is intended to analyze the effect of loadàbalancing clustering methods on MySQL cluster which by default has been set as failover clustering. The analysis isàdone through data collection and database transactions test to get the number of Transactions per second (TPS) andàresponse time parameter using SysBench. The test is divided into two main scenarios, the simple and complex-modeàthat running on 4 computers. The tests were conducted by giving workloads from 8 up to 128 threads respectivelyàto the server through a client on default conditions and load balancing. The test results showed the number of TPSàat MySQL cluster default is 536.61. In contrast, number of TPS at load balancing is better at 2261.22. Likewise, theàresponse time at MySQL cluster load balancing is 147.55 ms faster than that of the default one at 335.00 ms.