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

Download history 8789/week @ 2025-08-01 6007/week @ 2025-08-08 7164/week @ 2025-08-15 7944/week @ 2025-08-22 8683/week @ 2025-08-29 7963/week @ 2025-09-05 8946/week @ 2025-09-12 11867/week @ 2025-09-19 11070/week @ 2025-09-26 7836/week @ 2025-10-03 13289/week @ 2025-10-10 10749/week @ 2025-10-17 8040/week @ 2025-10-24 6433/week @ 2025-10-31 7143/week @ 2025-11-07 8014/week @ 2025-11-14

31,566 downloads per month
Used in 77 crates (35 directly)

MIT/Apache

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.

Feature flags


Rerun chunk store

Part of the rerun family of crates.

Latest version Documentation MIT Apache

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