Jay [MOVED HERE] on Nostr: Yeah that looks right. And just to make sure, check that the index is being used with ...
Yeah that looks right. And just to make sure, check that the index is being used with PROFILE/EXPLAIN before your query.
Look up the difference between RANGE and TEXT indexes too to see if using one or the other improves your performance.
https://neo4j.com/docs/cypher-manual/current/indexes/search-performance-indexes/using-indexes/
Look up the difference between RANGE and TEXT indexes too to see if using one or the other improves your performance.
https://neo4j.com/docs/cypher-manual/current/indexes/search-performance-indexes/using-indexes/