Back to Materialize

Concepts

doc/user/content/concepts/_index.md

1231.1 KB
Original Source

The pages in this section introduces some of the key concepts in Materialize:

ConceptDescription
Reaction TimeMeasures how quickly a system can reflect a change in input data and return an up-to-date query result. Defined as the sum of data freshness and query latency.
ClustersClusters are isolated pools of compute resources for sources, sinks, indexes, materialized views, and ad-hoc queries.
SourcesSources describe an external system you want Materialize to read data from.
ViewsViews represent a named query that you want to save for repeated execution. You can use indexed views and materialized views to incrementally maintain the results of views.
IndexesIndexes represent query results stored in memory.
SinksSinks describe an external system you want Materialize to write data to.

Refer to the individual pages for more information.