Kuzu V0 136 Fixed [upd] Info
Even with a “fixed” release, a small number of edge cases persist. If you encounter problems after upgrading to , try these solutions:
For deployment on macOS and iOS devices, a comprehensive fullfsync routine was implemented. This addresses specific Darwin-kernel caching behaviors, protecting embedded graph architectures running locally on client machines. The Future of Kùzu: Transitioning to LadybugDB
Substantially cuts down execution planning times for repetitive read/write operations. Low-Level Storage and Platform Enhancements kuzu v0 136 fixed
MATCH (p:Person)-[:ACTED_IN]->(m:Movie) RETURN p.name, COUNT(m) AS movie_count ORDER BY movie_count DESC;
The JSON serialization module incorrectly estimated buffer sizes for path results. The fixed version now pre-calculates the exact required buffer using a two-pass method, eliminating heap corruption in json_serializer::append_path() . Even with a “fixed” release, a small number
FetchContent_Declare( kuzu GIT_REPOSITORY https://github.com/kuzudb/kuzu.git GIT_TAG v0.136-fixed # Critical )
Below is an article summarizing the current state of Kuzu, recent "fixed" improvements in the 0.11.x to 0.13.x trajectory, and the project's transition. FetchContent_Declare( kuzu GIT_REPOSITORY https://github
With the growing popularity of hybrid Graph-Vector retrieval (GraphRAG), the Hierarchical Navigable Small World (HNSW) vector extension received vital optimization.
[Cypher Query] ──> [Optimizer (Fixed Filter Pushdowns)] ──> [Vectorized Engine (Stabilized Memory)] ──> Fast Results
KuzuDB, the rising star in embedded, high-performance graph databases, continues its rapid development cycle with the release of v0.1.36. As an open-source, column-oriented database optimized for analytics on large-scale property graphs, Kuzu is becoming a favored tool for complex data analysis.
Upgrading to the stable release takes only a few steps across supported package registries. 1. Upgrade Environment