Re: Bitmaps

2014-10-07 Thread Eduardo Cusa
The bitmap updates will be daily. I'll watch the video.. Regards Eduardo On Mon, Oct 6, 2014 at 6:04 PM, DuyHai Doan wrote: > Yes this one, not Ooyala sorry. Very inventive usage of C* indeed. Thanks > for the links > > On Mon, Oct 6, 2014 at 11:01 PM, Peter Sanford > wrote: > >> On Mon,

Re: Bitmaps

2014-10-06 Thread DuyHai Doan
Yes this one, not Ooyala sorry. Very inventive usage of C* indeed. Thanks for the links On Mon, Oct 6, 2014 at 11:01 PM, Peter Sanford wrote: > On Mon, Oct 6, 2014 at 1:56 PM, DuyHai Doan wrote: > >> Isn't there a video of Ooyala at some past Cassandra Summit demonstrating >> usage of Cassandra

Re: Bitmaps

2014-10-06 Thread Peter Sanford
On Mon, Oct 6, 2014 at 1:56 PM, DuyHai Doan wrote: > Isn't there a video of Ooyala at some past Cassandra Summit demonstrating > usage of Cassandra for text search using Trigram ? AFAIK they were storing > kind of bitmap to perform OR & AND operations on trigram > That sounds like the talk Matt

Re: Bitmaps

2014-10-06 Thread graham sanderson
ould essentially defeat the > purpose of the bitmap's compact size. > > On Mon, Oct 6, 2014 at 4:46 PM, Eduardo Cusa > wrote: > Hi Guys, what data type recommend to store bitmaps? > I am planning to store maps of 90,000,000 length and then query by key. > > Examp

Re: Bitmaps

2014-10-06 Thread DuyHai Doan
ct size. > > On Mon, Oct 6, 2014 at 4:46 PM, Eduardo Cusa < > eduardo.c...@usmediaconsulting.com> wrote: > >> Hi Guys, what data type recommend to store bitmaps? >> I am planning to store maps of 90,000,000 length and then query by key. >> >> Example: >> >> key : 22_ES >> bitmap : 10101101010111010101011 >> >> >> >> Thanks >> Eduardo >> >> >> >

Re: Bitmaps

2014-10-06 Thread Russell Bradberry
:46 PM, Eduardo Cusa < eduardo.c...@usmediaconsulting.com> wrote: > Hi Guys, what data type recommend to store bitmaps? > I am planning to store maps of 90,000,000 length and then query by key. > > Example: > > key : 22_ES > bitmap : 10101101010111010101011 > > > > Thanks > Eduardo > > >

Bitmaps

2014-10-06 Thread Eduardo Cusa
Hi Guys, what data type recommend to store bitmaps? I am planning to store maps of 90,000,000 length and then query by key. Example: key : 22_ES bitmap : 10101101010111010101011 Thanks Eduardo