We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jira Link: DB-8802
It has been observed that CQL SELECTs fetching millions of rows (and reading a lot more) report a query latency of the order of milliseconds.
Logs:
W1018 14:22:06.371112 20984 cql_rpc.cc:338] CQL Call from 10.254.1.76:16295, stream id: 0 took 240ms. Details: <<<<<<<<<<<< W1018 14:22:06.371150 20984 cql_rpc.cc:341] cql_details { type: "QUERY" call_details { sql_string: "<redacted>" } }
The expected query latency should be of the several seconds if not minutes. More details in the JIRA ticket.
kind/bug
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Jira Link: DB-8802
Description
It has been observed that CQL SELECTs fetching millions of rows (and reading a lot more) report a query latency of the order of milliseconds.
Logs:
The expected query latency should be of the several seconds if not minutes.
More details in the JIRA ticket.
Issue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information
The text was updated successfully, but these errors were encountered: