Processes data in chunks (vectors) to maximize CPU cache locality and hardware efficiency. Key Fixes and Improvements in v0.13.6
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
Within 48 hours of the announcement on GitHub and Hacker News, the sentiment shifted from frustration to celebration.
Improvements were made to the internal buffer manager to ensure that temporary execution blocks are reliably evictable and freed immediately after query finalization. kuzu v0 136 fixed
For most developers, the immediate experience will be positive. The bug fixes—especially the improved Windows compatibility—make the library more reliable across different development setups. By moving to an extension-based validation system, the project aligns itself with modern Python practices, offering a more robust and optional tool for ensuring data integrity.
Internal hooks for tracking node and relationship properties during high-concurrency writes have been refined to prevent dangling pointers. 2. Cypher Query Planner Corrections
, your request likely refers to recent critical fixes in the Processes data in chunks (vectors) to maximize CPU
Enforces a schema on your graph, allowing for strongly typed nodes and relationships.
Shortly after the release of these critical stability fixes, Kùzu Inc. was acqui-hired, and the original Kùzu GitHub repository was placed into permanent read-only archival mode. Despite the lack of new mainline feature development, v0.13.6 remains a production-ready milestone for local graph processing. Releases · kuzudb/kuzu - GitHub
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. If you share with third parties, their policies apply
To give you a , please clarify:
String formatting operations were updated to use reference passing instead of value passing, reducing overhead and improving string processing performance. C. Extension and Data Management
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).
Instead of persisting forward and backward pointers on every node record, relationships are represented as highly compressed adjacency list matrices. The CSR layout packs relationship pointers densely into contiguous blocks. This enables the vectorized engine to evaluate multi-hop graph joins at memory-bandwidth speed.