apache / apache/age

Btree indexing in age

Open
#2,176 2 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
C
Stars
4.8k
Forks
523
Avg merge
1d 2h
Merged PRs (30d)
9

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.