Skip to main content

Documentation Index

Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

PageDescription
Incremental materialized viewAllow users to shift the cost of computation from query time to insert time, resulting in faster SELECT queries.
Refreshable materialized viewConceptually similar to incremental materialized views but require the periodic execution of the query over the full dataset - the results of which are stored in a target table for querying.