event-driven-io / Pongo

Pongo - Mongo but on Postgres and with strong consistency benefits
https://event-driven-io.github.io/Pongo/
MIT License
1.21k stars 30 forks source link

Ensure that queries are properly indexable with GIN indexes #5

Open oskardudycz opened 4 months ago

oskardudycz commented 4 months ago

It may be needed to fallback to regular queries instead of JSON Path for some queries if they're not using GIN indexes.

Read more:

If that was improved with latest versions, we can ignore it, if not then need to do fallback.