Kuzu_v0 136 Jun 2026
: Guodong Jin, Xiyang Feng, Ziyi Chen, Chang Liu, and Semih Salihoğlu (University of Waterloo) Key Research Highlights The paper details how Kùzu fills the gap for a fast, embeddable graph database—similar to what DuckDB is for relational data. Key technical contributions include: 11 sites KÙZU Graph Database Management System Abstract. Datasets and workloads of popular applications that use graph database management systems (GDBMSs) require a set of stor... VLDB Endowment KŮZU^* Graph Database Management System Kuzu is a single node (multi-core), disk-based, transactional but read-optimized GDBMS. It adopts a classic DBMS architecture that... Conference on Innovative Data Systems Research (CIDR) Kùzu: Graph Learning Applications Need a Modern Graph ... We present Kùzu, an open-sourced graph DBMS that aims to fill this gap. Kùzu is an embeddable system that runs as part of users' a... OpenReview KÙZU: A Graph Database System - Medium Apr 26, 2024 —
If your data involves "many-to-many" relationships (e.g., Social networks, Supply chains, Bill of Materials), SQL queries become cumbersome. Kuzu allows you to write recursive queries naturally: kuzu_v0 136
It’s possible that: