|
|
|
|
|
by glenjamin
145 days ago
|
|
A bitmap index scan allows the database to narrow down which pages could include the data, but then still has to recheck the condition on the contents of those pages - so will still not be as performant as an proper index scan |
|