Originally from the User Slack
@Lina_Sharifi: basic question: USING TIMEOUT
- https://enterprise.docs.scylladb.com/stable/cql/cql-extensions.html#using-timeout for a given query how does the server reacts when the the query does not finish by that timeout for these scenarios : 1- USING TIMEOUT value is less than server timeout read_request_timeout_in_ms
2-USING TIMEOUT value is more than server timeout read_request_timeout_in_ms
@Botond_Dénes: There is no difference. When a query has USING TIMEOUT
, the specified timeout will be used instead of read_request_timeout_in_ms
for that query.