Kùzu v0.1.3.6 update is a targeted stability release for the embedded property graph database. This minor version focuses on resolving resource management issues to ensure reliability during high-load operations. Core Fixes in v0.1.3.6 Memory Management : Addressed specific small memory leaks
CREATE PROPERTY INDEX ON Person(name);
: Addressed loading bugs concerning native extensions like JSON and vector search. Query Performance kuzu v0 136 fixed
Docker (recommended for quick start)
pip install --force-reinstall kuzu==0.136.1
Note: The "crash" row indicates that previously the workload was impossible. The fixed version enables new query patterns. Kùzu v0
A different library entirely (like a specific Kuzushiji dataset version for AI). A typo for v0.1.3 or v0.3.6. : Addressed loading bugs concerning native extensions like
FetchContent_Declare(
kuzu
GIT_REPOSITORY https://github.com/kuzudb/kuzu.git
GIT_TAG v0.136-fixed # Critical
)
CREATE NODE TABLE Person (ID STRING, name STRING, age INT64, PRIMARY KEY(ID));
CREATE NODE TABLE Movie (ID STRING, title STRING, year INT64, PRIMARY KEY(ID));
CREATE REL TABLE ACTED_IN (SRC_NODE TABLE Person, DST_NODE TABLE Movie, role STRING);