Open
Description
Hi,
Is there plan for rum index to support covering indexes [1]? Right now, when trying to create a rum index with INCLUDE, it will show:
ERROR: access method "rum" does not support included columns
The use case is that after rum index returns all possible matching rows, postgres can use the covering index to further filter the results by another column.
Thank you,
Michael
[1] https://www.postgresql.org/docs/current/indexes-index-only-scans.html
Metadata
Metadata
Assignees
Labels
No labels