> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# materialized view

> materialized viewの一覧ページ

| ページ                                                                                                 | 説明                                                                                              |
| --------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
| [インクリメンタルmaterialized view](/ja/concepts/features/materialized-views/incremental-materialized-view) | ユーザーは計算コストをクエリ時から挿入時へ移せるため、`SELECT`クエリを高速化できます。                                                 |
| [リフレッシャブルmaterialized view](/ja/concepts/features/materialized-views/refreshable-materialized-view) | 概念的にはインクリメンタルmaterialized viewに似ていますが、データセット全体に対してクエリを定期的に実行する必要があり、その結果はクエリ用のターゲットテーブルに保存されます。 |

<Frame>
  <iframe src="https://www.youtube.com/embed/-A3EtQgDn_0?si=TBiN_E80BKZ0DPpd" title="YouTube ビデオ プレーヤー" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />
</Frame>
