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

[Index] Async Read before Update #35

Closed tfredrich closed 8 years ago

tfredrich commented 9 years ago

change the synchronous read before-update (to enable delta checking) into an asynchronous read.

tfredrich commented 9 years ago

Not needed if we end up with Lucene indexing.