Slide 12
Slide 12 text
Paper overview (Ingestion/Distribution)
Accept structured events. Timestamped by client, sample_rate per row.
No schema, no indexes. Wide and sparse ‘tables’.
Pick two leaves for incoming write, send the batch to the leaf with
more free memory. (load variance goes from O(log N) to O(1))
Delete old data at the same rate as new data is written.