Kuzu V0 136 //free\\

: Updated the Rust client to tie result lifetimes directly to the database for safer memory management. : Implemented the to_epoch_ms function for easier time-based data manipulation. Query Optimization : Improved performance by merging consecutive

Practical implications for users

Kuzu v0.136 represents a significant milestone in the development of the Kuzu GDBMS. With improved query performance, enhanced Cypher support, and new features like node labels and edge properties, this release provides users with a more powerful and flexible graph database management system. The Kuzu team is committed to continuing to develop and improve Kuzu, and we look forward to providing future releases with even more features and capabilities.

Kuzu, the specialized, embeddable graph database management system designed for speed and scalability, continues its rapid evolution with the release of version . Aimed at developers and data engineers handling complex graph-structured data and analytical workloads, this update brings critical enhancements to storage management and query performance. kuzu v0 136

Kùzu uses , the industry-standard, declarative query language for graphs. Cypher allows developers to express complex pattern-matching queries visually. A pattern that requires ten lines of complex SQL joins can often be written in a single, intuitive line of Cypher. 4. Vector Capabilities

Kùzu utilizes a columnar storage layout for both nodes and relationships. Properties are stored as separate columns, allowing the engine to scan only the data required for a specific query. This design mimics modern data warehouses but is heavily optimized for graph traversal operations. Vectorized Execution Model

: Implementation of an 8-byte hash slot for the AggregateHashTable to improve aggregation efficiency. : Updated the Rust client to tie result

The graph database recently reached a development milestone with its v0.1.36 update. This version focuses on significant backend optimizations and performance enhancements for complex analytical workloads. Key Updates in Kùzu v0.1.36

Stores node and relationship properties in columns, allowing high-performance, compressed reads that only scan data relevant to the active query.

Data is stored column by column, allowing Kùzu to scan massive datasets rapidly and execute analytical queries efficiently. Aimed at developers and data engineers handling complex

Kuzu is engineered for speed and scalability, particularly for complex, join-heavy analytical workloads on very large databases. Here are its core features.

: It uses Columnar data stores for nodes and Columnar Sparse Rows (CSR) for edges to optimize performance.

Queries are processed in vectorized chunks, maximizing CPU cache utilization and hardware efficiency.

: Runs in-process, meaning no external server is required. This makes it ideal for local development and edge computing.