Test environment:
| Query Type | v0.1.15 (ms) | v0.1.20 (ms) | Improvement | |--------------------------------|--------------|--------------|-------------| | Neighbor expansion (1-hop) | 45 | 31 | 31% faster | | 3-hop path enumeration | 310 | 118 | 62% faster | | Shortest path (unweighted) | 920 | 740 | 20% faster | | Aggregate with filter (COUNT) | 210 | 158 | 25% faster | | Bulk insert (1M edges) | 12,800 | 9,400 | 27% faster |
Memory use during 3-hop enumeration:
v0.1.15 peak → 2.1 GB
v0.1.20 peak → 1.4 GB
The Kuzu V0 series is available through major industrial distributors (MSC Direct, Grainger, and regional weld supply stores). When ordering, ensure you are getting the genuine "V0" SKU; counterfeit "Kuzu-style" wheels have appeared online.
Final tip: Buy a single 7-inch x 1/4-inch Type 27 grinding wheel. Test it side-by-side with your current 120 grit for 15 minutes on the hardest steel in your shop. Track your time and look at the metal temperature with a thermal gun. You will document the "better" yourself.
Disclaimer: Always use proper PPE. The Kuzu V0 120 cuts so aggressively that kickback torque is higher than standard wheels; ensure your grinder has a working safety clutch.
Keywords integrated: kuzu v0 120 better, 120 grit ceramic, V0 abrasive technology, high-performance grinding, Kuzu industrial abrasives.
Kùzu version 0.12.0 focuses on optimizing storage efficiency and query speed through the following key enhancements:
Free Space Management: A new mechanism that reclaims disk space as you update the database, preventing excessive storage growth.
Recursive Query Optimization: Improved performance specifically for recursive queries, which are essential for deep-path graph traversals.
JSON Scanning Speed: Enhanced performance for scanning JSON data, streamlining the data ingestion and processing stages. Core Capabilities of Kùzu
Kùzu is an embeddable, open-source graph database designed for analytical workloads on large, highly connected datasets. Its architecture is built for speed and scalability through several modern design choices:
Columnar Storage & Vectorized Processing: Uses a table-based storage model that allows for efficient columnar data access and vectorized query execution.
Novel Join Algorithms: Implements advanced join techniques, such as factorized query processing, to handle complex analytical queries faster than traditional systems.
AI Ecosystem Integration: Built-in support for vector search (HNSW indices) and full-text search, making it a powerful backend for machine learning pipelines and AI tools like LangChain and LlamaIndex.
Serializable ACID Transactions: Ensures data integrity even as an embedded system. Releases · kuzudb/kuzu - GitHub
Introducing Kuzu v0.120: What's New and Improved
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.
Background on Kuzu
For those who may be new to Kuzu, it's an open-source graph database library designed to make it easy to build scalable and performant graph-based applications. Kuzu allows developers to store, query, and manipulate large amounts of graph data with ease, making it a popular choice for applications in areas such as social networks, recommendation systems, and knowledge graphs.
What's New in Kuzu v0.120
So, what can you expect from Kuzu v0.120? Here are some of the key highlights:
Detailed Changes
Here's a more detailed look at the changes in Kuzu v0.120:
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.
