PostgreSQL - Indexing Strategies
A GiST index on a
What is a possible reason?
box column is not being used by the query:SELECT * FROM shapes WHERE box <@ '(0,0),(5,5)'::box;What is a possible reason?
