←back to thread

382 points virtualwhys | 1 comments | | HN request time: 0.207s | source
1. guenthert ◴[] No.41912944[source]
"And second, traversing the entire version chain just to find the latest version (which is what most queries want) is wasteful."

Is that what most queries want? I would have thought, that the latest version is part of a transaction which isn't committed yet and hence isn't even meant to be found by most queries (only those within the session which opened the modifying transaction). Where did I go wrong?