September 2014
Intermediate to advanced
384 pages
9h 28m
English
In this chapter, we will discuss three important forms of data sharding provided by MariaDB:
FEDERATEDX or CONNECTSPIDER storage engineThe bottleneck of a database server is usually the I/O. Reading or modifying data that is not stored in the memory implies accessing a storage device. Of course, buying fast disks will speed up the I/O operations, and using SSD devices could be further optimization. However, any existing storage device is just too slow to satisfy a high number of accesses per second. The main way to diminish this problem is to properly configure the caches, as described in Chapter ...
Read now
Unlock full access