|
|
|
|
|
by lucian1900
1961 days ago
|
|
Partial indexes can be useful in any case where one value has much higher cardinality than others. Indexing boolean columns is often only useful if one of the values is uncommon and the index is partial to only include those uncommon rows. |
|