Re: COPY command with where condition

2020-01-20 Thread Alex Ott
I think that you may avoid timeout if you specify token condition inside WHERE, like: -query "SELECT * FROM probe_sensors WHERE token(...) > :start and token(...) <= :end AND localisation_id = 208812 ALLOW FILTERING" replace ... with list of partition key names On Fri, Jan 17, 2020 at 7:47 PM C

Re: [EXTERNAL] Re: COPY command with where condition

2020-01-20 Thread Jean Carlo
Hello Nobody has mentioned but you can use spark cassandra connector also. Preferably if your data set is so big that a simple copy to csv cannot handle it Saludos Jean Carlo "The best way to predict the future is to invent it" Alan Kay On Fri, Jan 17, 2020 at 8:11 PM Durity, Sean R wrote: