Entries Categorized as 'Heavy I/O Load'

How to use Round-Robin Load Balancing with the Tungsten Connector

Author: , August 8th, 2019

The power of Tungsten Clustering for MySQL / MariaDB is its built-in intelligent MySQL proxy, known as the Tungsten Connector. The Connector has built-in read-write splitting capabilities, and it is also possible to configure different algorithms which select the appropriate slave (i.e. Round-Robin or Lowest-Latency).

Why is My Java Application Freezing Under Heavy I/O Load?

Author: , June 17th, 2019

Latency-sensitive applications running in Java sometimes experience unacceptable delays under heavy I/O load. This blog discusses why this problem occurs and what to do about it for applications running Tungsten Clustering for MySQL.