hydradatabase / hydra

Hydra: Column-oriented Postgres. Add scalable analytics to your project in minutes.
https://www.hydra.so
Apache License 2.0
2.83k stars 77 forks source link

[columnar] Update index whitelist to include GIN and GIST #133

Closed JerrySievert closed 1 year ago

JerrySievert commented 1 year ago

This PR expands the whitelist for which indexes are allowed to be created against a columnar table.

This does not mean that these indexes will be automatically used, in fact in many cases the indexes will not be used. This just allows for additional indexes to be created which can be used either by explicitly disabling columnar.enable_custom_scan or by using a plan modification such as pg_plan_hint.

Newly supported indexes:

Not supported: