indexing rows ordered by int

2010-08-14 Thread S Ahmed
For CF that I need to perform range scans on, I create separate CF that have custom ordering. Say a CF holds comments on a story (like comments on a reddit or digg story post) So if I need to order comments by votes, it seems I have to re-index every time someone votes on a comment (or batch it e

Re: Data Distribution / Replication

2010-08-14 Thread Benjamin Black
#546 #1076 #1169 #1377 etc... On Sat, Aug 14, 2010 at 12:05 PM, Bill de hÓra wrote: > That data suggests the inbuilt tools are a hazard and manual workarounds > less so. > > Can you point me at the bugs? > > Bill > > > On Fri, 2010-08-13 at 20:30 -0700, Benjamin Black wrote: >> Number of bugs I'

Re: Data Distribution / Replication

2010-08-14 Thread Benjamin Black
On Fri, Aug 13, 2010 at 10:13 PM, Stefan Kaufmann wrote: >> My recommendation is to leave Autobootstrap disabled, copy the >> datafiles over, and then run cleanup.  It is faster and more reliable >> than streaming, in my experience. > > I thought about copying da Data manually. However if I have a

Re: Index package

2010-08-14 Thread Gary Dusbabek
Please see ColumnFamilyStore.scan(). On Sat, Aug 14, 2010 at 15:01, Carlos Sanchez wrote: > All, > > Could I know what package or classes are used in Cassandra for secondary > column indices? > > Thanks > > Carlos > > This email message and any attachments are for the sole use of the intended >

Index package

2010-08-14 Thread Carlos Sanchez
All, Could I know what package or classes are used in Cassandra for secondary column indices? Thanks Carlos This email message and any attachments are for the sole use of the intended recipients and may contain proprietary and/or confidential information which may be privileged or otherwise

Re: Data Distribution / Replication

2010-08-14 Thread Bill de hÓra
That data suggests the inbuilt tools are a hazard and manual workarounds less so. Can you point me at the bugs? Bill On Fri, 2010-08-13 at 20:30 -0700, Benjamin Black wrote: > Number of bugs I've hit doing this with scp: 0 > Number of bugs I've hit with streaming: 2 (and others found more) >