table-usage-pattern-intro.html 389 B

12345
  1. In Materialize, both [indexes](/concepts/indexes) on views and [materialized
  2. views](/concepts/views/#materialized-views) incrementally update the view
  3. results when Materialize ingests new data. Whereas materialized views persist
  4. the view results in durable storage and can be accessed across clusters, indexes
  5. on views compute and store view results in memory within a **single** cluster.