edu-45: refactor isolation levels page (part1 excludes vetting real-t…#36893
Merged
Conversation
kay-kim
commented
Jun 3, 2026
| transactions. For example, if transaction **T1** completes before transaction | ||
| **T2** begins in real time, the result may be equivalent to a serial execution | ||
| in which **T2** executes before **T1**. | ||
|
|
Contributor
Author
There was a problem hiding this comment.
I removed the section about consistent snapshot availability guarantee when Materialize can determine that a transaction accesses only a single object ... because not sure about its utility.
Its utility seems limited to suggesting that if you're making single-statements, people should use auto-commit mode vs wrapping the single-statement in explicit transaction block but, in practice, how likely is it that people are wrapping single-statements in an explicit transaction block?
kay-kim
commented
Jun 3, 2026
| {{% include-headless "/headless/logical-timestamp-selection-strict-serializable" | ||
| %}} | ||
|
|
||
| ### Real-time recency |
Contributor
Author
There was a problem hiding this comment.
I did not vet the real-time recency section. That's for some far-off future.
def-
approved these changes
Jun 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ime recency)
https://preview.materialize.com/materialize/36893/reference/isolation-level/