PHB-CS123 / graphene

CS123 Graph Database Project
Apache License 2.0
0 stars 0 forks source link

Transactions #18

Open eugene-bulkin opened 9 years ago

eugene-bulkin commented 9 years ago

We should support transactions with full ACID compliance.

Definitely need write-ahead logging, not sure if we would bother with ARIES.

eugene-bulkin commented 8 years ago

Per Donnie, we're only really going to focus on atomicity and durability, since concurrency is not really gonna happen, so we won't worry about any other stuff.