Skip to content

Ready set Consistency details #17

Answered by vkrasnov
maximecaron asked this question in Q&A
Discussion options

You must be logged in to vote

ReadySet applies the changes from the primary atomically at a transaction boundary, but only on a per table basis. That means that a view into a single table is always consistent, and queries that only address a single table are always consistent. But a query that performs joins or unions may be temporarily inconsistent following a transaction that modifies two or more tables in the join.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jbensal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants