Re: Understanding Indexes

2011-02-24 Thread Michal Augustýn
s something that > is > inbuilt by default or is it something that need to be explicitly > configured? > -- > View this message in context: > http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Understanding-Indexes-tp6058238p6062010.html > Sent from the cassandra-u

Re: Understanding Indexes

2011-02-24 Thread Tyler Hobbs
On Thu, Feb 24, 2011 at 3:07 PM, mcasandra wrote: > > Thanks! I just started reading about Bloom Filter. Is this something that > is > inbuilt by default or is it something that need to be explicitly > configured? > It's built in, no configuration needed. -- Tyler Hobbs Software Engineer, Data

Re: Understanding Indexes

2011-02-24 Thread mcasandra
Thanks! I just started reading about Bloom Filter. Is this something that is inbuilt by default or is it something that need to be explicitly configured? -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Understanding-Indexes-tp6058238p6062010

Re: Understanding Indexes

2011-02-24 Thread Edward Capriolo
of columns in this row >>        username: "ieure", >>        email: "[hidden email]", >>        phone: "(888) 555-1212" >>        age: "66", >>        gender: "undecided" >>    }, >>  } > > -- > Vi

Re: Understanding Indexes

2011-02-24 Thread mcasandra
12" >age: "66", >gender: "undecided" >}, > } -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Understanding-Indexes-tp6058238p6061959.html Sent from the cassandra-u...@incubator.apache.org mailing list archive at Nabble.com.

Re: Understanding Indexes

2011-02-24 Thread Edward Capriolo
t;66", >        gender: "undecided" >    }, >  } > > > -- > View this message in context: > http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Understanding-Indexes-tp6058238p6061857.html > Sent from the cassandra-u...@incubator.apache.org mai

Re: Understanding Indexes

2011-02-24 Thread mcasandra
r infinite # of columns in this row username: "ieure", email: "[hidden email]", phone: "(888) 555-1212" age: "66", gender: "undecided" }, } -- View this message in context: http://cassandra-user-incubat

Re: Understanding Indexes

2011-02-24 Thread Ed Anuff
in this row > >username: "ieure", > >email: "[hidden email]", > >phone: "(888) 555-1212" > > age: "66", > >gender: "undecided" > >}, > > } > > -- > View this message in context: > http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Understanding-Indexes-tp6058238p6061574.html > Sent from the cassandra-u...@incubator.apache.org mailing list archive at > Nabble.com. >

Re: Understanding Indexes

2011-02-24 Thread Javier Canillas
lumns in this row > >username: "ieure", > >email: "[hidden email]", > >phone: "(888) 555-1212" > > age: "66", > >gender: "undecided" > >}, > > } > > -- > View this message in context: > http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Understanding-Indexes-tp6058238p6061574.html > Sent from the cassandra-u...@incubator.apache.org mailing list archive at > Nabble.com. >

Re: Understanding Indexes

2011-02-24 Thread mcasandra
ender: "undecided" > }, > } -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Understanding-Indexes-tp6058238p6061574.html Sent from the cassandra-u...@incubator.apache.org mailing list archive at Nabble.com.

Re: Understanding Indexes

2011-02-24 Thread Javier Canillas
ef: { // this is the key to another row in the CF > >// now we have another infinite # of columns in this row > >username: "ieure", > >email: "ie...@example.com", > >phone: "(888) 555-1212" > >age: "66&q

Re: Understanding Indexes

2011-02-24 Thread mcasandra
other infinite # of columns in this row >username: "ieure", >email: "ie...@example.com", >phone: "(888) 555-1212" >age: "66", >gender: "undecided" >}, > } -- View this message in conte

Re: Understanding Indexes

2011-02-24 Thread Ed Anuff
helpful. > -- > View this message in context: > http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Understanding-Indexes-tp6058238p6061197.html > Sent from the cassandra-u...@incubator.apache.org mailing list archive at > Nabble.com. >

Re: Understanding Indexes

2011-02-24 Thread mcasandra
thinking in such scenario Index would be faster. Please help me understand where I am going wrong. Some example will be helpful. -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Understanding-Indexes-tp6058238p6061197.html Sent from the cassandra-u

Re: Understanding Indexes

2011-02-24 Thread Javier Canillas
in this row >username: "ieure", >email: "ie...@example.com", >phone: "(888) 555-1212" >age: "66", >gender: "undecided" >}, > } > > > 2) Is the hash of column key used or row key use

Understanding Indexes

2011-02-23 Thread mcasandra
email: "ie...@example.com", phone: "(888) 555-1212" age: "66", gender: "undecided" }, } 2) Is the hash of column key used or row key used by RandomPartitioner to distribute it accross the cassandra nodes? -- View this message