… couple of other tables with same data just with really low cardinality with i and j having just 3 values each. The… 2980 – - Note1: Q1 will not use Index Merge technique for low cardinality table but instead pick to do single index scan. I… 2 column index is faster for Q3 in case of low cardinality even though MySQL can’t use index well. You’re…
Comment: Sphinx search performance optimization: attribute-based filters
Edmar, Consider looking at fastbit if you have low cardinality columns that you need to intersect with high ones. Fastbit uses WAH compressed bitmaps which can be compared without decompressing the bitmaps. This makes multidimensional lookups very efficient. https://sdm.lbl.gov/fastbit/

