Technical Technical — Cassandra
Speculative Query Executions with GoCql
Wednesday 13th March 2019 by Adam Zegelin
Speculative query executions in Cassandra are an interesting solution for some use cases, such as faulty/slow/unresponsive nodes or network issues. This kind of execution allows a client to launch a DB request for multiple endpoints at the same time and let these requests compete for the winning response. This would only work if the query […]