Menu
  • HOME
  • TAGS

How to add index to CitusDB's cstore_fdw?

postgresql,indexing,olap,citusdb

cstore_fdw currently doesn't support PostgreSQL indexes. But it automatically stores some min/max statistics in skip indexes which makes execution of some queries much more efficient. To learn more about how to use skip indexes please consult documentation....