apps/docs/content/guides/storage/analytics/introduction.mdx
Expect rapid changes, limited features, and possible breaking updates. share feedback as we refine the experience and expand access.
</Admonition>Analytics buckets enable analytical workflows on large-scale datasets while keeping your primary database optimized for transactional operations.
Postgres tables are purpose-built for transactional workloads with frequent inserts, updates, deletes, and low-latency queries. Analytical workloads have fundamentally different requirements:
Analytics buckets address these requirements using Apache Iceberg, an open-table format specifically designed for efficient management of large analytical datasets.
Analytics buckets are perfect for:
By separating transactional and analytical workloads, Supabase lets you build scalable analytics pipelines without compromising your primary Postgres performance.