Skip to content

Any performance penalties for PostGIS queries? #1110

Answered by neilyio
boris-glumpler asked this question in Q&A
Discussion options

You must be logged in to vote

There's not really a way to perform a search query across a reduced dataset, such as with a CTE. You're always searching over your search index.

You don't need to interact with Tantivy directly. I suggest you try to add lat and long as numeric_fields on when you create_bm25, that would let you query them like this:
https://docs.paradedb.com/search/full-text/bm25#efficient-filtering

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@boris-glumpler
Comment options

@neilyio
Comment options

Answer selected by philippemnoel
@boris-glumpler
Comment options

@neilyio
Comment options

@neilyio
Comment options

@boris-glumpler
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants