kuzu v0 136 fixed

Kuzu V0 136 Fixed ((link)) Official

The Kuzu Project

MATCH (p:Person)-[:ACTED_IN]->(m:Movie) RETURN p.name, COUNT(m) AS movie_count ORDER BY movie_count DESC;

"We can now safely run 6-hop money flow queries. The fix reduced our false positive rate by 18% because we no longer truncate paths due to crashes." kuzu v0 136 fixed

Recent development cycles focused heavily on refining the internal engine and API consistency. Notable fixes included: Crash / regression in [common scenario, e

Warning:

If you are currently running v0.135 or earlier, follow these steps to safely upgrade. Due to the concurrency control changes, the on-disk format for transaction logs has changed. While data files remain compatible, pending WAL (Write-Ahead Log) files from v0.135 are not forward-compatible. Primary keys are defined in CREATE NODE TABLE