DRAFTThis page is not published. Only visible in development mode.
Guide
Model Application State
Replace a table-plus-cache pair with a table and a transactional view.
The pattern
Authoritative state goes in a table; every read shape you would have cached becomes a view. This guide will walk a session-and-profile example end to end, with runnable RQL.
What you delete from your stack
Cache invalidation code, refresh workers, and the consistency bugs between them. This section will make the comparison concrete.
