frames after initial ingest — existing fields untouchedSensor streams at different rates as sibling collections. Querying clip metadata never reads a frame tensor.
SCHEMA-NATIVEDefine a shared fps spine. Downsample video, mean-aggregate arm state, list-collect annotations — all in one declarative pass.
ZIP JOINWrite patch embeddings or labeling-pass annotations directly into existing collections. No re-ingestion, no ETL glue.
IN-PLACESample random windows using key tables of (session, clip, start). Reproducible, bias-free, shard-aware for DDP.
TRAINING-READYPredicate pushdown to S3. Decompress on-GPU. No NVMe staging. map_workers for tokenization without blocking I/O.
NIC LINE-RATEResume from the last processed record after interruption. No wasted epochs, no duplicate records across restarts.
FAULT-TOLERANT