… GTID-based replication. That will show where GTIDs shine and where improvements are expected. This is …also lagging behind). s2> select count(*) from t; +———-+ | count(*) | +———-+ | 2 | +———-+ # s1 is behind s1> select count(*) from t; +———-+ | count(*) | +———-+ | 0 | …
Comment: Sphinx search performance optimization: multi-threaded search
… want to merge on the fly (e.g. SELECT cols FROM idx1p0,idx1p1,idx1p2 WHERE …), otherwise if it’s more convenient that the…

