SV: The entry of Cassandra

2010-08-16 Thread Thorvaldsson Justus
2010 14:31 Till: user@cassandra.apache.org<mailto:user@cassandra.apache.org> Ämne: Re: The entry of Cassandra Could you just recommond some higher lever libraries? On Mon, Aug 16, 2010 at 6:25 PM, Ran Tavory mailto:ran...@gmail.com>> wrote: The common practice is to connect to a few hosts and sen

Re: The entry of Cassandra

2010-08-16 Thread Ying Tang
14:31 > *Till:* user@cassandra.apache.org > *Ämne:* Re: The entry of Cassandra > > > > Could you just recommond some higher lever libraries? > > On Mon, Aug 16, 2010 at 6:25 PM, Ran Tavory wrote: > > The common practice is to connect to a few hosts and send request in round

SV: The entry of Cassandra

2010-08-16 Thread Thorvaldsson Justus
[mailto:ivytang0...@gmail.com] Skickat: den 16 augusti 2010 14:31 Till: user@cassandra.apache.org Ämne: Re: The entry of Cassandra Could you just recommond some higher lever libraries? On Mon, Aug 16, 2010 at 6:25 PM, Ran Tavory mailto:ran...@gmail.com>> wrote: The common practice is to connect to a few

Re: The entry of Cassandra

2010-08-16 Thread Ying Tang
Could you just recommond some higher lever libraries? On Mon, Aug 16, 2010 at 6:25 PM, Ran Tavory wrote: > The common practice is to connect to a few hosts and send request in round > robin or other lb tactic. The hosts are symmetric so any host will do. > There are also higher lever libraries

Re: The entry of Cassandra

2010-08-16 Thread Ran Tavory
The common practice is to connect to a few hosts and send request in round robin or other lb tactic. The hosts are symmetric so any host will do. There are also higher lever libraries that help with that as well as connection pooling and other goodies On Mon, Aug 16, 2010 at 1:14 PM, Ying Tang wr

The entry of Cassandra

2010-08-16 Thread Ying Tang
After reading the docs and the thrift demo , i found that if the demo ,if we want to connect to the database , we must first do "TTransport tr = new TSocket("localhost", 9160) " . Then we operate on the database through this TTransport . But this operation assigns a fixed IP , so all r