Was this page helpful?
Caution
You're viewing documentation for a deprecated version of Scylla Rust Driver. Switch to the latest stable version.
Speculative query execution is an optimization technique where a driver pre-emptively starts a second execution of a query against another node, before the first node has replied.
There are multiple speculative execution strategies that the driver can use.
Speculative execution can be configured for the whole whole Session
during
its creation.
Available speculative execution strategies:
Speculative execution is not enabled by default, and currently only non-iter session methods use it.
Was this page helpful?