On Wed, Jun 21, 2023 at 10:54 AM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
> This is probably going to go faster if I CC the authors of commit
> 0bef1c06. Any ideas about how we're missing rw-conflicts under high
> concurrency?
I guess one (probably stupid) question I have: where is the
CheckForSerializableConflictIn(rootPostingTree) that I was expecting
to see when writing to an existing posting tree? IIUC that should
pair with PredicateLockPage(btree->index, rootPostingTree, snapshot)
when reading.