Details
-
Improvement
-
Status: Resolved
-
Urgent
-
Resolution: Duplicate
-
None
-
None
-
None
Description
When a COPY TO is invoked, all data from a table is dumped to a file. However, if the dataset is relatively large, the underlying query will result in a rpc_timeout. Increasing time-out values in the cassandra.yaml file don't seem to help and also shouldn't be necessary.
It would be good if the COPY TO command would access the database in a paged manner, so that it won't result in an error anymore.
Attachments
Issue Links
- duplicates
-
CASSANDRA-7405 Optimize cqlsh COPY TO and COPY FROM
- Resolved