Created
February 19, 2018 23:17
-
-
Save mrdotb/29f51e6676d9ca27e1e6120a51e40069 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cqlsh -k panda -e "copy frames to '/tmp/frames_dump.csv';" | |
# add chunksize if your row are big | |
cqlsh -k panda -e "copy frames from '/tmp/frames_dump.csv' WITH chunksize = 1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment