113 releases (10 breaking)
Uses new Rust 2024
| new 0.28.0-alpha.0 | Nov 21, 2025 |
|---|---|
| 0.27.0-alpha.7 | Oct 31, 2025 |
| 0.24.0 | Jul 17, 2025 |
| 0.22.1 | Feb 20, 2025 |
| 0.20.2 | Nov 28, 2024 |
#2053 in Database interfaces
31,566 downloads per month
Used in 77 crates
(35 directly)
1.5MB
32K
SLoC
The Rerun chunk store, implemented on top of Apache Arrow
using the arrow crate.
This crate is an in-memory time series database for Rerun log data.
It is indexed by Entity path, component, timeline, and time.
It supports out-of-order insertions, and fast O(log(N)) queries.
- See
ChunkStorefor an overview of the core data structures. - See
ChunkStore::latest_at_relevant_chunksandChunkStore::range_relevant_chunksfor the documentation of the public read APIs. - See
ChunkStore::insert_chunkfor the documentation of the public write APIs.
Feature flags
Rerun chunk store
Part of the rerun family of crates.
Apache Arrow is a language-independent columnar memory format for arbitrary data.
The re_chunk_store crate is an in-memory time series database for Rerun log data. It is indexed by Entity path, component, timeline, and time. It supports out-of-order insertions, and fast O(log(N)) queries.
Dependencies
~31–42MB
~736K SLoC