> ## 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 views

> materialized views 인덱스 페이지

| Page                                                                                            | Description                                                                                           |
| ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
| [증분형 materialized view](/ko/concepts/features/materialized-views/incremental-materialized-view) | 계산 비용을 쿼리 시점에서 삽입 시점으로 옮겨 `SELECT` 쿼리를 더 빠르게 실행할 수 있도록 합니다.                                           |
| [갱신 가능 구체화 뷰](/ko/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>
