Re: Problem with performance, memory consumption, and RLIMIT_MEMLOCK

2014-11-24 Thread Dmitri Dmitrienko
ox <https://www.dropbox.com/mailbox> > > > On Sun, Nov 16, 2014 at 6:09 PM, Dmitri Dmitrienko > wrote: > >> Hi, >> I have a very simple table in cassandra that contains only three columns: >> id, time and blob with data. I added 1M rows of data and now the

Problem with performance, memory consumption, and RLIMIT_MEMLOCK

2014-11-16 Thread Dmitri Dmitrienko
Hi, I have a very simple table in cassandra that contains only three columns: id, time and blob with data. I added 1M rows of data and now the database is about 12GB on disk. 1M is only part of data I want to store in the database, it's necessary to synchronize this table with external source. In o