Crate re_data_store

source ·
Expand description

The Rerun datastore, implemented on top of Apache Arrow using the arrow2 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

  • deadlock_detection — Enables parking_lot’s deadlock detection background thread.

Re-exports§

Modules§

Structs§

Enums§

Traits§

Type Aliases§