Skip to content

Add Cypher CREATE INDEX for hash indexes#479

Merged
adsharma merged 1 commit into
mainfrom
cypher-create-index
May 11, 2026
Merged

Add Cypher CREATE INDEX for hash indexes#479
adsharma merged 1 commit into
mainfrom
cypher-create-index

Conversation

@adsharma
Copy link
Copy Markdown
Contributor

@adsharma adsharma commented May 10, 2026

Related: #455

Implement:

CREATE INDEX idx_person_pk IF NOT EXISTS FOR (p:idx_person) ON (p.ID);
CREATE HASH INDEX idx_place_pk IF NOT EXISTS FOR (p:idx_place) ON (p.ID);

@adsharma adsharma force-pushed the cypher-create-index branch from c0d91bd to a66ff4b Compare May 10, 2026 21:30
@adsharma adsharma merged commit f5d9801 into main May 11, 2026
4 checks passed
@adsharma adsharma deleted the cypher-create-index branch May 11, 2026 00:34
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

Successfully merging this pull request may close these issues.

1 participant