Skip to content

Commit

Permalink
Columnar supports some indices now
Browse files Browse the repository at this point in the history
  • Loading branch information
jonels-msft committed Sep 29, 2021
1 parent 9173f17 commit f5cc766
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin_guide/table_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,8 @@ Future versions of Citus will incrementally lift the current limitations:

* Append-only (no UPDATE/DELETE support)
* No space reclamation (e.g. rolled-back transactions may still consume disk space)
* No index support, index scans, or bitmap index scans
* Support for hash and btree indices only
* No index scans, or bitmap index scans
* No tidscans
* No sample scans
* No TOAST support (large values supported inline)
Expand Down

0 comments on commit f5cc766

Please sign in to comment.