Re: How much disk is needed to compact Leveled compaction?

2015-04-06 Thread Jean Tremblay
I am only using LeveledCompactionStrategy, and as I describe in my original mail, I don’t understand why C* is complaining that it cannot compact when I have more than 40% free disk space. On 07 Apr 2015, at 01:10 , Bryan Holladay mailto:holla...@longsight.com>> wrote: What other storage im

Re: log all the query statement

2015-04-06 Thread Anishek Agarwal
Hey Peter, This is from the perspective of 2.0.13 but there should be something similar in your version. Can you enable debug log for cassandra and see if the log files have additional info. Depending on how soon/later in you test you get the error, you might also want to modify the "maxBackupInde

Data stax object mapping and lightweight transactions

2015-04-06 Thread Sha Liu
Hi, Does the latest Data Stax Java driver (2.1.5) support lightweight transactions using object mapping? For example, if I set the write consistency level of the mapped class to SERIAL through annotation, then does the “save” operation use lightweight transaction instead of a normal write? Tha

Re: How much disk is needed to compact Leveled compaction?

2015-04-06 Thread Bryan Holladay
What other storage impacting commands or nuances do you gave to consider when you switch to leveled compaction? For instance, nodetool cleanup says "Running the nodetool cleanup command causes a temporary increase in disk space usage proportional to the size of your largest SSTable." Are sstables

Re: How much disk is needed to compact Leveled compaction?

2015-04-06 Thread Ali Akhtar
I may have misunderstood, but it seems that he was already using LeveledCompaction On Tue, Apr 7, 2015 at 3:17 AM, DuyHai Doan wrote: > If you have SSD, you may afford switching to leveled compaction strategy, > which requires much less than 50% of the current dataset for free space > Le 5 avr.

Re: How much disk is needed to compact Leveled compaction?

2015-04-06 Thread DuyHai Doan
If you have SSD, you may afford switching to leveled compaction strategy, which requires much less than 50% of the current dataset for free space Le 5 avr. 2015 19:04, "daemeon reiydelle" a écrit : > You appear to have multiple java binaries in your path. That needs to be > resolved. > > sent fro

Re: Timeseries analysis using Cassandra and partition by date period

2015-04-06 Thread Serega Sheypak
Thank you, we'll see that instrument, 2015-04-06 12:30 GMT+02:00 Srinivasa T N : > Comparison to OpenTSDB HBase > > For one we do not use id’s for strings. The string data (metric names and > tags) are written to row keys and the appropriate indexes. Because > Cassandra has much wider rows there

Re: Timeseries analysis using Cassandra and partition by date period

2015-04-06 Thread Srinivasa T N
Comparison to OpenTSDB HBase For one we do not use id’s for strings. The string data (metric names and tags) are written to row keys and the appropriate indexes. Because Cassandra has much wider rows there are far fewer keys written to the database. The space saved by using id’s is minor and by n

Re: Timeseries analysis using Cassandra and partition by date period

2015-04-06 Thread Serega Sheypak
Thanks, is it a kind of opentsdb? 2015-04-05 18:28 GMT+02:00 Kevin Burton : > > Hi, I switched from HBase to Cassandra and try to find problem solution > for timeseries analysis on top Cassandra. > > Depending on what you’re looking for, you might want to check out KairosDB. > > 0.95 beta2 just s