Kuzu V0 136 - Fixed
Kùzu was built to be the "DuckDB of the graph world," providing a fast, in-process graph database for large-scale analytical workloads. As the project transitioned into its most recent stable phases, several critical stability and functionality issues were addressed to ensure a robust experience for those integrating it into AI and data science pipelines. Key Stability Fixes in Recent Releases
An iterator exhaustion bug affecting QueryResult processing loops has been permanently fixed, preventing thread-blocking scenarios when mapping query outputs into custom application structs.
Concurrency is a vital requirement for embedded databases operating across multi-threaded applications. kuzu v0 136 fixed
: To simplify use post-archiving, version v0.11.3 pre-bundles the most popular extensions (algo, fts, json, vector) so users don't need to host an external extension server.
Edge cases in complex Cypher queries—particularly those involving nested WITH clauses and specific aggregations—sometimes led to unexpected "Internal Error" messages. Kùzu was built to be the "DuckDB of
By ensuring that memory limits are respected and edge-case exceptions are gracefully caught rather than crashing the host process, v0.13.6 makes Kùzu significantly safer for production deployment in automated pipelines, desktop analytical applications, and microservices. Getting Started or Upgrading to Kùzu v0.13.6
Explicit locking mechanisms were introduced to the local hash index. Accompanied by basic concurrent insertion tests, this fix prevents data corruption when multiple worker threads insert graph components simultaneously. 3. OnDiskGraph and Transaction Isolation Concurrency is a vital requirement for embedded databases
: Uses vectorized processing and novel join algorithms optimized for multi-core graph analytics. Cypher Support
: Leverage your existing knowledge of the Cypher query language.
In your settings.py file, you need to add the extension to your COMPONENTS configuration.