Re: Can't get performance for scanning the column that is not row key.

2016-07-12 Thread Alain RODRIGUEZ
Wow. I have cassandra 1.2 and about fifty nodes. This Cassandra version is no longer supported, 2.0 isn't either and 2.1 is reaching end of life... You could use materialised views, SASI indexes or this kind of new features. Also CQL performances are better in recent versions etc. You don't

Can't get performance for scanning the column that is not row key.

2016-07-06 Thread Sungju Hong
Hello, I have cassandra 1.2 and about fifty nodes. I sometime meet requirements for scanning the column that is not row key fast. I know that secondary index doesn't help. someone advised to read sstables directly. is it helpful? I will appreciate for any idea handling this topic. Thanks.