[DRAFT]This page is not published. Only visible in development mode.
Deferred Views
Deferred views are incrementally maintained materialized views. They define a schema and a query, and ReifyDB keeps them up to date.
Create a Deferred View
$ Deferred View
The view schema declares the output shape. The AS block defines the query that produces it. When source data changes, the view updates incrementally.
Query a View
$ Query a View
Query a view just like a table. You can chain transforms like SORT, FILTER, and TAKE on view results.
