Skip to content

Instantly share code, notes, and snippets.

@mrdotb
Created February 19, 2018 23:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrdotb/29f51e6676d9ca27e1e6120a51e40069 to your computer and use it in GitHub Desktop.
Save mrdotb/29f51e6676d9ca27e1e6120a51e40069 to your computer and use it in GitHub Desktop.
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