Forem

Cover image for HN: cypher queries tips (Graph dbms)
Dan Shalev for FalkorDB

Posted on

HN: cypher queries tips (Graph dbms)

Writing performant Cypher queries isn’t just about syntax—it’s about understanding graph structures, optimizing query paths, and leveraging advanced features. At FalkorDB, we’ve seen how poorly optimized queries can bottleneck even the most robust systems.

Most devs don’t realize inefficient Cypher queries often stem from broad MATCH patterns and missing indexes.

Here's the recording from last night's workshop: https://www.youtube.com/watch?v=emUQmEitSGY

Top comments (1)

Collapse
 
danshalev7 profile image
Dan Shalev

These are the docs referenced by Roi: docs.falkordb.com/cypher/