cinchapi / concourse

Distributed database warehouse for transactions, search and analytics across time.
http://concoursedb.com
Apache License 2.0
315 stars 235 forks source link

Fix bug that caused historical reads with sorting to not be done atomically #476

Closed jtnelson closed 2 years ago

jtnelson commented 2 years ago

In cases where historical reads were performed and the return result set was sorted, the operation was not performed within the confines of an atomic operation; potentially violating ACID semantics.