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

# Materialized views

> materialized views 索引页

| 页面                                                                                             | 描述                                                            |
| ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
| [增量materialized view](/zh/concepts/features/materialized-views/incremental-materialized-view)  | 允许用户将计算开销从查询时转移到写入时，从而加快 `SELECT` 查询。                         |
| [可刷新materialized view](/zh/concepts/features/materialized-views/refreshable-materialized-view) | 在概念上与增量materialized views 类似，但需要定期对整个数据集执行查询，并将结果存储在目标表中以供查询。 |

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