Skip to content

Btree indexing in age #2176

Open
Open
@Yashmitha1

Description

@Yashmitha1

How to create a btree index in age. I am able create gin index using :
CREATE INDEX idx_test_attribute_instance_graph
ON test_attribute_instance_graph."attribute_instance" USING gin (properties);

But for btree I couldn't find suitable syntax to be applied. I am using age v1.5 and postgresql ver 16.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions