Skip to content

Latest commit

 

History

History
executable file
·
9 lines (6 loc) · 332 Bytes

README.org

File metadata and controls

executable file
·
9 lines (6 loc) · 332 Bytes

SnStore is an in-memory database which borrows the idea,”shared nothing”, from HSTORE.

For simplicity, it can be a Key-Value store with “get”/”getRange” and “put” interface. NO SQL queries are requested.

The DB is built on a single multi-core machine.

Every thread is responsible for a partition of the whole key range.