Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 715 Bytes

tuple-strict.md

File metadata and controls

15 lines (9 loc) · 715 Bytes

Strict tuple store

Go Reference

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.

Supported backends