Skip to content
Snippets Groups Projects
Commit 5334d990 authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

vinyl: speed up select in case there are a lot of successive upserts

If there are a lot of successive upserts for the same key, select might
take too long to squash them all. So once the number of upserts exceeds
a certain threshold, we schedule a fiber to merge them and substitute
the latest upsert with the resulting replace statement.

Closes #1829
parent dd983622
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment