English

TreeCat: Standalone Catalog Engine for Large Data Systems

Databases 2025-08-11 v2

Abstract

With ever-increasing volume and heterogeneity of data, advent of new specialized compute engines, and demand for complex use cases, large-scale data systems require a performant catalog system that can satisfy diverse needs. We argue that existing solutions, including recent lakehouse storage formats, have fundamental limitations and that there is a strong motivation for a specialized database engine, dedicated to serve as the catalog. We present the design and implementation of TreeCat, a database engine that features a hierarchical data model with a path-based query language, a storage format optimized for efficient range queries and versioning, and a correlated scan operation that enables fast query execution. A key performance challenge is supporting concurrent read and write operations from many different clients while providing strict consistency guarantees. To this end, we present a novel MVOCC (multi-versioned optimistic concurrency control) protocol that guarantees serializable isolation. We conduct a comprehensive experimental evaluation comparing our concurrency control scheme with prior techniques, and evaluating our overall system against Hive Metastore, Delta Lake, and Iceberg.

Keywords

Cite

@article{arxiv.2503.02956,
  title  = {TreeCat: Standalone Catalog Engine for Large Data Systems},
  author = {Keonwoo Oh and Pooja Nilangekar and Amol Deshpande},
  journal= {arXiv preprint arXiv:2503.02956},
  year   = {2025}
}

Comments

accepted at PVLDB Volume 18 (for VLDB 2025)

R2 v1 2026-06-28T22:07:00.509Z