You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simplest way to get most of the desired functionality here is with a simple mcas operation that takes a vector of (Key, Option<Value>, Option<Value>). This lets us sidestep versioning, and phantom prevention, and merge handling completely for now.
Just popped in to put in the good word for Cicada's architecture. I think it will be very hard to do better; in particular its single threaded performance is very good compared to most other solutions that optimize for multicore (I am tempted to think a large part of this is the optimistic inlining, but as the paper shows all of the components are important).
Uh oh!
There was an error while loading. Please reload this page.
Tree
as an index pointing to per-key page ID's with N2O version ordering, sharing the same pagecache.The text was updated successfully, but these errors were encountered: