OrangeRhymeLabs / HelenusDB

HelenusDB enhances Cassandra with document-oriented storage with indexing, filtering, sorting, and pagination.
Apache License 2.0
2 stars 1 forks source link

[DB] Handle Historical Documents #12

Open tfredrich opened 9 years ago

tfredrich commented 9 years ago

Expand on HistoricalDocumentRepository.

tfredrich commented 9 years ago

In order to support ACID transactions, we must have 'versioned' documents so that the Raft/PAXOS consensus algorithm has something to work on--document versions.

tfredrich commented 8 years ago

Possible: Create a new Historical Document table type.