cassandra icon indicating copy to clipboard operation
cassandra copied to clipboard

CASSANDRA-19305: Ephemeral reads

Open belliottsmith opened this issue 1 year ago • 0 comments

Introduce faster per-key linearizable reads (suitable for any single key transactional read, or weaker multi-key reads). These guarantee 1 WAN RT, require minimal state, and offer single replica consistent execution. This is achieved by only calculating dependencies for execution, no execution timestamp.

belliottsmith avatar Jan 31 '24 16:01 belliottsmith