Page MenuHomePhabricator

Simplify storage semantics
Closed, ResolvedPublic0 Estimated Story Points

Description

Before we can split RESTBase, we need to clean up and simplify the storage semantics. Concretely, we need to get rid of the key_rev_value bucket and possibly re-engineer the way we use the multi_key_value bucket.

Event Timeline

mobrovac created this task.
mobrovac claimed this task.

Both Parsoid and MCS storage are now using only binary key/value buckets for their storage needs and key_rev_value and multi_bucket are not used anymore, so this task is now complete.