Btree indexing in age
Open
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
Assessment
This issue has not been assessed yet.