Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for covering indexes? #78

Open
michaelwu0505 opened this issue Feb 18, 2020 · 1 comment
Open

Support for covering indexes? #78

michaelwu0505 opened this issue Feb 18, 2020 · 1 comment

Comments

@michaelwu0505
Copy link

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

@obartunov
Copy link

obartunov commented Feb 18, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants