You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
On Tue, 18 Feb 2020, 10:24 michaelwu0505, ***@***.***> wrote:
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.
Unfortunately, we are very busy, but we have this on mind.
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:
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
The text was updated successfully, but these errors were encountered: