Performance is the heartbeat of any database, and v0.12.0 brings substantial improvements to Kuzu’s query optimizer. We have focused on two critical areas: and Join Ordering .
UNWIND allows you to unwind a list (array) back into individual rows. This is incredibly useful for creating multiple nodes from a single query, generating data sequences, or manipulating lists within your graph traversal logic. kuzu v0 120 better
We are already hard at work on v0.13.0. Our roadmap includes exciting features like: Performance is the heartbeat of any database, and v0
: Construct and query large knowledge graphs to improve data integration, query performance, and insight generation. This is incredibly useful for creating multiple nodes
: Be explicit with edge directions in your Cypher queries. While Kuzu handles undirected searches well, specifying (a)-[:REL]->(b) can reduce the initial search space. 2. Leverage New Version Features Check for specific improvements in v0.1.2.0 :
result ------ 2 4 6
[Instruction] You are an assistant that gives direct, correct answers. No preambles. No disclaimers. Use the example format.