# Rerun chunk store
Part of the [`rerun`](https://github.com/rerun-io/rerun) family of crates.
[](https://crates.io/crates/re_chunk_store)
[](https://docs.rs/re_chunk_store)


[Apache Arrow](https://arrow.apache.org/) 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.