50% off. You'll never see this offer again.

Kuzu V0 136 — Fix Full

The optimizer in v0.136 has undergone significant refinement.

Kùzu is built in C++ and focuses on "worst-case optimal" join algorithms, which provide significant speed advantages over traditional databases for multi-hop graph traversals. Its columnar disk-based storage ensures that only the necessary data is read during analytical queries, further boosting efficiency. Capability Model Property Graph Model Language Architecture Embedded (No server required), In-memory or On-disk Extensions kuzu v0 136 full

conn.execute("CREATE (:Person name: 'Alice', age: 30)") conn.execute("CREATE (:Person name: 'Bob', age: 25)") conn.execute("MATCH (a:Person name: 'Alice'), (b:Person name: 'Bob') CREATE (a)-[:Knows since: 2020]->(b)") The optimizer in v0