datacrypt-project / hitchhiker-tree

Functional, persistent, off-heap, high performance data structure
Eclipse Public License 1.0
1.19k stars 64 forks source link

Schema #15

Open dgrnbrg opened 8 years ago

dgrnbrg commented 8 years ago

I think that we could implement schema by starting every DB with the base schema, and then doing 100% of the validation before committing a transaction. Maybe we don't even need schema for the alpha (although it makes the DB easier to program)