Re: Problem with file size during bulkload

2017-04-24 Thread LuckyBoy
unsubscribe On Mon, Apr 24, 2017 at 3:30 AM, Marcel Hylkema < marcel.hylkema@gmail.com> wrote: > Hi, > > We are loading SSTable files of different sizes (1 to a few 100,000 > records each) into Cassandra (v3.9 on CentOS 7) using JMX bulkload. > > Part of the files result in the following root

Re: How to stress test collections in Cassandra Stress

2017-04-24 Thread LuckyBoy
unsubscribe On Thu, Apr 13, 2017 at 7:26 AM, eugene miretsky wrote: > Hi, > > I'm trying to do a stress test on a a table with a collection column, but > cannot figure out how to do that. > > I tried > > table_definition: | > CREATE TABLE list ( > customer_id bigint, > items list, >