Re: Data not persisted in Cassandra docker

2020-03-09 Thread Cedrick Lunven
Hi, here is a sample docker-compose.yaml for what you need. version: '2' services: cassandra: image: cassandra:3.11.5 ports: - 7000:7000 - 7001:7001 - 7199:7199 - 9042:9042 - 9160:9160 ulimits: memlock: -1 volumes: -

Re: COPY FROM ordering

2020-02-11 Thread Cedrick Lunven
Hi Bogdan, First - I am probably captain obvious here - but you will lose some data in the process. as *interaction_timestamp *is not part of the primary key anymore you will upsert the new row multiple times, last one win. The CSV rows are loaded in parallel with multiple threads and multiple

Re: Cluster sizing for huge dataset

2019-10-04 Thread Cedrick Lunven
> >> > >> -- > >> Eric Evans > >> john.eric.ev...@gmail.com > >> > >> - > >> To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.org > >> For additional commands, e