[DRAFT]This page is not published. Only visible in development mode.
Transactional Views
Transactional views are updated atomically within the same transaction as the source data. They are always consistent.
Create a Transactional View
$ Transactional View
Use CREATE VIEW (without DEFERRED) to create a transactional view. The view updates atomically when its source tables change.
