Kuzu V0 136 Fixed _best_ <2026 Edition>
The LOAD FROM functionality, used for scanning files (CSV, Parquet, NPY) directly into the database, received a major overhaul.
In v0.135, users reported linear memory growth during long-running operations. After 48 hours of continuous use, the Kuzu process would consume upwards of 12GB of RAM, eventually crashing the host system. The root cause was traced to a dangling pointer in the buffer pool’s eviction policy. this by rewriting the LRU (Least Recently Used) cache eviction logic, introducing RAII (Resource Acquisition Is Initialization) guards. Early testing shows memory stabilization at under 2GB even after seven days of runtime. kuzu v0 136 fixed
If you saw "v0.136" in a specific repository or community thread, it might be an internal build or a community fork. The official releases can always be verified on the Kùzu GitHub Releases page . v0.7.1 (Latest as of early 2024). The LOAD FROM functionality, used for scanning files
Improvements were made to the internal buffer manager to ensure that temporary execution blocks are reliably evictable and freed immediately after query finalization. The root cause was traced to a dangling
Graph databases often suffer from massive performance penalties during complex multi-hop Cypher queries. Kuzu circumvents this through factorized query execution and vectorized processing. Version 0.13.6 introduces critical fixes to keep these pipelines error-free under rigorous enterprise execution.
