mozilla / mentat

UNMAINTAINED A persistent, relational store inspired by Datomic and DataScript.
https://mozilla.github.io/mentat/
Apache License 2.0
1.65k stars 115 forks source link

Enforce partition integrity & PartitionMap newtype #788

Closed grigoryk closed 6 years ago

grigoryk commented 6 years ago

Peeling off bits and pieces off of timelines work.

Partition integrity stuff helps us ensure we're doing sane things when moving an index in irregular ways. PartitionMap newtype conversion is non-controversial and helps clean up things a little bit.