Skip to content

Support for covering indexes? #78

Open
@michaelwu0505

Description

@michaelwu0505

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions