Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
Description
At the moment COPY TO uses the same float precision as cqlsh, which by default is 5 but it can be changed in cqlshrc. However, typically people want to preserve precision when exporting data and so this default is too low for COPY TO.
I suggest adding a new COPY FROM option to specify floating point precision with a much higher default value, for example 12.
Attachments
Issue Links
- is related to
-
CASSANDRA-11053 COPY FROM on large datasets: fix progress report and optimize performance part 4
- Resolved