If you’ve been looking for the "DuckDB of graph databases," this version brings Kuzu one step closer to that title by refining how it handles both data growth and query depth. 1. Reclaiming Your Storage: Free Space Management
The core appeal of Kuzu lies in its ability to handle complex join-heavy queries without the overhead of a traditional server-client architecture. By living directly inside your application process—much like SQLite but optimized for graphs—it eliminates network latency and simplifies deployment. The v0.1.3.6 update focuses heavily on maturing these capabilities for production workloads. kuzu v0 136 hot
The string "hot" and specific version-like numbers often appear in . If you’ve been looking for the "DuckDB of
If you are looking for the absolute latest version-specific blog post, the Kùzu official blog and the Weekly Edge series are the primary sources for technical deep dives into new release features. If you are looking for the absolute latest
: Introduced a free space management mechanism that allows the database to reclaim storage as data is updated.
: Cypher is a query language used for graph databases, similar to SQL for relational databases. Kuzu v0.136 Hot includes better support for Cypher, with more comprehensive coverage of its features and improved error handling. This makes it easier for developers to work with the database using a language specifically designed for graph data.