Re: Help for creating a custom partitioner

2012-10-01 Thread Hiller, Dean
, October 1, 2012 2:45 AM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Subject: Re: Help for creating a custom partitioner Hi, thanks for your answer. We plan to use manual indexing too (with native C* indexing for other c

Re: Help for creating a custom partitioner

2012-10-01 Thread Tim Wintle
On Mon, 2012-10-01 at 10:45 +0200, Clement Honore wrote: > We plan to use manual indexing too (with native C* indexing for other > cases). > So, for one index, we will get plenty of FK and a MultiGet call to get all > the associated entities, with RP, would then spread all the cluster. > As we don'

Re: Help for creating a custom partitioner

2012-10-01 Thread Clement Honore
Hi, thanks for your answer. We plan to use manual indexing too (with native C* indexing for other cases). So, for one index, we will get plenty of FK and a MultiGet call to get all the associated entities, with RP, would then spread all the cluster. As we don't know the cluster size yet, and as i

Re: Help for creating a custom partitioner

2012-09-28 Thread Tim Wintle
On Fri, 2012-09-28 at 18:20 +0200, Clement Honore wrote: > Hi, > > ** ** > > I have hierarchical data. > > I'm storing them in CF with rowkey somewhat like (category, doc id), and > plenty of columns for a doc definition. > > ** ** > > I have hierarchical data traversal too. >