cassandra icon indicating copy to clipboard operation
cassandra copied to clipboard

Support asynchronous CommandStore message processing

Open belliottsmith opened this issue 2 years ago • 0 comments

While messages are submitted to a CommandStore asynchronously, the processing of a message is then expected to be synchronous. However, it would be beneficial particularly for large range transactions, but also for recovery, to be able to defer some work that might involve IO to after the command store processing completes, e.g. for calculating dependencies.

belliottsmith avatar Jan 18 '23 16:01 belliottsmith