: Significant work went into casting between unions and fixing issues with nested unions and union arrays, providing more flexibility for semi-structured data.
Fixing issues where null values in large CSV imports caused ingestion crashes.
Update your Cargo.toml dependency to point to the latest patch: [dependencies] kuzu = "0.13.6" Use code with caution. Looking Ahead kuzu v0 136 fixed
Analytical Cypher queries frequently rely on structural groupings and dense data metrics ( MATCH ... RETURN x, COUNT(*), AVG(y) ). Kùzu relies on low-level hash tables specifically configured for multi-threaded grouping. In earlier versions, aggregating high-cardinality columns occasionally triggered edge-case boundary miscalculations when dynamically scaling the hash slots.
pip install -U kuzu
To quantify the impact of , we ran a series of benchmarks on a standard Ubuntu 22.04 instance (16GB RAM, 4 vCPUs) using the LDBC Social Network Benchmark (SF 0.1).
Resolved issues with OnDiskGraph vertex scans occurring during active transactions. : Significant work went into casting between unions
Fix: The new concurrency model defaults to optimistic locking. If you have extremely high write contention, set kuzu.optimistic_retries = 5 in your config file. For pure read-heavy workloads, enable kuzu.read_only = true .
After weeks of instability, memory leaks, and critical logic errors in the v0.135 branch, the development team has delivered a robust patch that addresses over forty known issues. This article will dissect exactly what “v0.136 fixed” entails, the major bugs eliminated, performance benchmarks, and how this update changes the roadmap for the Kuzu ecosystem. Looking Ahead Analytical Cypher queries frequently rely on
Kùzu v0.13.6 Released: Critical Bug Fixes and Performance Enhancements for the In-Memory Graph Database