Kuzu V0 136 [updated]

MATCH (account:Account)-[:TRANSFER*1..4]->(suspicious:Account) WHERE suspicious.risk_score > 0.8 RETURN account.id, collect(suspicious.id)

Regardless of the version, Kùzu is built on a "wisdom" (Sumerian meaning) of high-performance architecture: Cypher Support : Uses the property graph model and Cypher query language , making it intuitive for those familiar with Neo4j. Blazing Speed : Utilizes columnar disk-based storage and vectorized query processing kuzu v0 136

: It uses Columnar data stores for nodes and Columnar Sparse Rows (CSR) for edges to optimize performance. MATCH (account:Account)-[:TRANSFER*1

By focusing on the embedded use case, Kuzu enables: For developers tired of the operational overhead of

: Implements the openCypher query language, which is widely used in the graph database industry.

For developers tired of the operational overhead of maintaining a separate graph database server, Kuzu offers the simplicity of an embedded library with the power of a modern graph engine. Version 0.136 is the most stable, performant release to date.