Kuzu V0 136 Fixed
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.
Prepared statements are now explicitly cached within the client context.
Substantially cuts down execution planning times for repetitive read/write operations. Low-Level Storage and Platform Enhancements
Kùzu Graph DBMS Releases v0.13.6: Critical Bug Fixes and Stability Improvements kuzu v0 136 fixed
Resolved edge cases that could lead to crashes when profiling complex export database commands Transaction Management:
pip install -U kuzu
The changelog highlights a new optimistic concurrency control mechanism using 64-bit atomic timestamps. The team also removed the problematic spinlock implementation in favor of a mutex pool. Internal stress tests (100 threads performing 10,000 writes each) now show zero conflicts and 99.999% write atomicity. This public link is valid for 7 days
Integrated full-text search updates and wildcard pattern support into standard graph queries.
: Thread synchronization primitives around the storage engine and WAL flushing routines have been refactored. Multi-threaded data ingestion via the COPY FROM command is now significantly more stable, eliminating rare deadlocks under high CPU utilization. 4. Client API and Binding Updates
MATCH (a:Person)-[:KNOWS*1..5]->(b:Person) WHERE a.id = 136 RETURN b.name Can’t copy the link right now
Full changelog in their GitHub releases.
Integrates with LangChain , LlamaIndex , and PyTorch Geometric for knowledge graphs and machine learning. Key Features & Final Updates
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 Python memory view bindings have been updated to ensure smooth, zero-copy data transfers to downstream analytical libraries like Pandas, NetworkX, and PyTorch Geometric without triggering segmentation faults. Why This Release Matters for Graph Developers