Kuzu V0 136 Fixed Info

The latest patch release, , delivers critical bug fixes and performance stability. It solidifies the platform's reliability for heavy analytical workloads.

: Significant work went into casting between unions and fixing issues with nested unions and union arrays, providing more flexibility for semi-structured data.

: The query planner has been hardened. Edge cases where OPTIONAL MATCH failed to properly propagate null values across specific variable bindings have been resolved. Aggregations over empty datasets now consistently return expected standard outputs rather than crashing the thread. 3. Concurrency and Write-Ahead Log (WAL) Stability kuzu v0 136 fixed

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).

This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later. Releases · kuzudb/kuzu - GitHub The latest patch release, , delivers critical bug

Fix: You are trying to load a custom plugin compiled against v0.135. Recompile the plugin against the v0.136 headers.

Runs directly inside your application process, eliminating client-server network overhead. : The query planner has been hardened

If you are running an older iteration of the v0.13 release cycle, upgrading to v0.13.6 is highly recommended to protect your analytical workflows from edge-case crashes.

Memory boundaries between Javascript's V8 engine and Kùzu's underlying C++ memory blocks are now safely guarded against unaligned memory access patterns. Performance Impact: What Developers Will Notice Metric Focus Area Prior Versions (v0.12.x / Early v0.13) Fixed Status in v0.13.6 Bulk Rollbacks Potential for OverflowFile corruption. Safely merged free pages; transactional safety guaranteed. Vector Index Updates Gradual heap memory accumulation. Immediate heap cleanup on index changes. Deep Cypher Joins Uncapped memory spikes on higher core counts. Thread-aware resource limits prevent crashes. Rust Multi-threading Potential QueryResult iterator lockups. Predictable, fully thread-safe execution. Migration and Upgrading Guidelines

[Unstructured Data] ──> [BAML/LLM Extraction] ──> [Kùzu v0.13.6 Vector Index] ──> [Graph RAG Prompt] Vector Search Upgrades

Upgrading to the latest version depends on your development environment. Because Kùzu is an embedded database, you simply need to update the package dependency in your project. pip install kuzu==0.13.6 --upgrade Use code with caution. npm install kuzu@0.13.6 Use code with caution. Update your Cargo.toml file: kuzu = "0.13.6" Use code with caution.

Go to Top