Thanks for your response currently we are inserting the data line by line
and soon we will implement the bulk insertion. the meta used to generate
the data is No of Boolean cols: 20,000 .No of Int cols: 0 ...No of Rows
= 100,000(we use only bool or integer variables). Attached you can find the
More details would be helpful (exact schema), method of inserting data,
etc) but you can try just doing dropping the indices and recreate them
after the import is finished.
-Tupshin
On Apr 7, 2014 8:53 AM, "Fasika Daksa" wrote:
> We are running different workload test on Cassandra and Redis fo
We are running different workload test on Cassandra and Redis for
benchmarking. We wrote a java client to read, write and evaluate the
elapsed time of different test cases. Cassandra was doing great until we
introduced 20'000 number of cols.. the insertion is running for a day
and then i stoppe