This abstraction is based on tuple stores with a predefined schema. It should be able to isolate tuples of one type into separate tables, and support lookup and scans on primary key. No secondary keys are supported.
By creating a simple key-value tables, these stores can implement hierarchical key-value store.
-
SQL (meta-backend)
-
Emulated over Hierarchical KV