Search code examples
javacassandrathriftbatch-processingpelops

cassandra pelops weak performance on server than local


m using pelops to talk to cassandra and m wondering with its slower performance on server than local when m trying to insert the 1 GB of data .I m trying a bulk insert that is m creating a batch in mutator.writecolumn of around 2000 columns and using mutator.execute m inserting .1 GB of data processing taking more than 25 mins. i want to know if there any solution for this or this is the normal performance of cassandra?

have created the cluster of 3 nodes. cassandra 7.4 pelops thrift 0.5

thanks and regards samarth


Solution

  • You don't give many details, but if I were to guess I would say you are probably doing single-threaded inserts which means you're limited to < 1 Cassandra core.