create-range-indexes-for-exactrange-lookups

star 21

Create indexes to accelerate equality and range predicates on node properties in FalkorDB

FalkorDB By FalkorDB schedule Updated 2/4/2026

name: Create range indexes for exact/range lookups description: Create indexes to accelerate equality and range predicates on node properties in FalkorDB

Create range indexes for exact/range lookups

Create indexes to accelerate equality and range predicates on node properties.

Usage

Use CREATE INDEX FOR to create an index on a node label and property combination.

Example

redis-cli GRAPH.QUERY social "CREATE INDEX FOR (p:Person) ON (p.age)"

Notes

  • Range indexes speed up both exact matches and range queries
  • Indexes improve performance for WHERE clauses with equality or range predicates
  • Index creation is synchronous and may take time for large datasets
  • Multiple indexes can be created on different properties
  • Indexes consume additional memory but significantly improve query performance
Install via CLI
npx skills add https://github.com/FalkorDB/skills --skill create-range-indexes-for-exactrange-lookups
Repository Details
star Stars 21
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator