Store data
Overview
Learn how to store data persistently inside RisingWave.
This topic explains how to store data in RisingWave. Whenever you create either a materialized view or a table, RisingWave will persist the internal data inside object store (e.g., Amazon S3).
RisingWave offers two types of storages: row-based storage (default), and columnar-based storage (Apache Iceberg).