Re: random thoughts for MUCH faster key lookup in cassandra

2013-05-29 Thread Hiller, Dean
.org>> Date: Wednesday, May 29, 2013 10:51 AM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Subject: Re: random thoughts for MUCH faster key lookup in cassandra How would you implement range queries? On 29 Ma

Re: random thoughts for MUCH faster key lookup in cassandra

2013-05-29 Thread Andy Twigg
How would you implement range queries? On 29 May 2013 17:49, Hiller, Dean wrote: > We recently ran into too much data in one CF because LCS can't really run > in parallel on one CF in a single tier which got me thinking, why doesn't > the CF directoy have 100 or 1000 directories 0-999 and cass

random thoughts for MUCH faster key lookup in cassandra

2013-05-29 Thread Hiller, Dean
We recently ran into too much data in one CF because LCS can't really run in parallel on one CF in a single tier which got me thinking, why doesn't the CF directoy have 100 or 1000 directories 0-999 and cassandra hash the key to which directory it would go in and then put it in one of the sstabl