fee-mendes
fee-mendes
In https://raw.githubusercontent.com/scylladb/cpp-driver/master/topics/basics/client_side_timestamps/README.md we say: > (...) By default, timestamps are assigned by the driver on the **client-side**. This behavior can be overridden by configuring the driver to use a timestamp...
As seen in https://github.com/scylladb/scylladb/issues/19107, sometimes the driver may fail to fetch metadata from its peers and print messages in the logs such as: ```rust 2024-06-24T19:05:16.729306Z WARN scylla::transport::topology: Failed to establish...
Currently, Speculative Execution can be observed in two ways: - Query Tracing, - speculative execution fibers via Query History It would be nice to also have Speculative Execution numbers also...