: This version implemented advanced compression techniques for properties. By storing data more efficiently on disk, Kuzu reduced its storage footprint, which also improved I/O performance during large scans.
Kuzu v0.12.0: Why the Embedded Graph Database Just Got Better
: Leverage the power of graph algorithms to build sophisticated recommendation engines that provide personalized content to users.
For developers building applications on top of Kuzu, v0.12.0 brings several quality-of-life updates: kuzu v0 120 better
Kuzu’s support for complex types (STRUCT, MAP, LIST) is a key differentiator. v0.12.0 improves the handling of nested types, allowing you to project and query fields within STRUCTs more efficiently.
Graph Analytics (GDS), vector indexing (HNSW), and multi-hop recursive joins now share a unified semi-mask structure. This under-the-hood unification minimizes CPU cache misses and standardizes memory filtering across different search methods. Hybrid searches that combine vector data with graph traversal perform much faster as a result. 3. Smart Disk Space Reclamation
When joining multiple nodes, intermediate tables can grow exponentially. Kùzu prevents this memory bloat through factorized query processing. By compressing and structuring intermediate results as flat, low-overhead matrices, Kùzu avoids memory explosions during complex cross-product joins. 🐍 Get Started with Kùzu v0.12.0 in Python For developers building applications on top of Kuzu, v0
Handling dates and timestamps is now smoother. We have improved parsing logic for standard ISO 8601 formats and added support for duration() arithmetic.
#GraphDatabase #KùzuDB #DataEngineering #OpenSource #TechUpdate Option 2: The "Developer Experience" Angle (Substack/Blog)
We have expanded the function library to make Cypher scripting in Kuzu more expressive. In this blog post
When the graph community says "Kuzu V0 120 better," they are referencing five distinct technical improvements. Here is the breakdown.
result ------ 2 4 6
We are excited to announce the release of Kuzu v0.120, the latest version of our popular open-source graph database library. In this blog post, we'll take a closer look at what's new and improved in this release.
: Version 0.2.0 introduced a redesigned query execution engine. For complex graph traversals (like multi-hop joins), benchmarks showed performance improvements ranging from 2x to 10x faster than the 0.1.x series.
I need to gather information about Kuzu's features, especially what's new in version 0.120. Since the user provided the original query and the example answer, I should check if Kuzu is a known company or product. Maybe it's related to graph databases or AI, given the mention of graph AI models in the example. Kuzu is a graph database system developed by Khefri, so version 0.120 probably includes new features in their graph processing or machine learning integration.