Re: code snippet for cqlsh COPY from

2017-10-25 Thread Andy Tolbert
Hi Suresh, cqlsh COPY does batches intelligently by only grouping inserts targeting the same partition in a batch. As of version 3.6, C* will not emit the "batch size exceeded" errors if all statements in a batch belong to the same partition (CASSANDRA-13467

code snippet for cqlsh COPY from

2017-10-25 Thread Suresh Babu Mallampati
Hi All, Can someone provide me the code snippet for the cqlsh COPY from csv file. I just want to know how that COPY mechanism work compared to normal insert/commit to avaoid the batch size exceed the limit. Thanks, Suresh.