Tinybird's storage architecture separates compute from storage using S3/GCS as the primary data store with local SSD caching on each replica. Key components include the Gatherer (batches streaming events before writing to avoid small-file proliferation), zero-copy replication (replicas share one S3 copy rather than duplicating

6m read timeFrom tinybird.co
Post cover image
Table of contents
The high-level architectureHow data gets inHow queries workHow the local cache worksZero-copy replicationPacked part format: cutting S3 costsWhat you don't have to manageFurther reading

Sort: