Re: Pooling Question

2010-05-20 Thread Jake Luciani
Look in /contrib it's already there. On May 20, 2010, at 6:23 PM, Mark Robson wrote: On 20 May 2010 23:16, Ryan Daum wrote: I personally would love to see Cassandra add the concept of a read- only 'proxy' node which acts like the embedded ready only mode (Java 'fat client') but sits as a

Re: Pooling Question

2010-05-20 Thread Mark Robson
On 20 May 2010 23:16, Ryan Daum wrote: > I personally would love to see Cassandra add the concept of a read-only > 'proxy' node which acts like the embedded ready only mode (Java 'fat > client') but sits as a stand alone server. It would know the the entire ring > and watch Gossip and thus be abl

Re: Pooling Question

2010-05-20 Thread Ryan Daum
I personally would love to see Cassandra add the concept of a read-only 'proxy' node which acts like the embedded ready only mode (Java 'fat client') but sits as a stand alone server. It would know the the entire ring and watch Gossip and thus be able to direct requests to the most appropriate node

Re: Pooling Question

2010-05-20 Thread Mark Robson
On 20 May 2010 20:17, David Wellman wrote: > I have a 5 node cassandra cluster and I am wondering if there is any > advantage of setting up a connection pool that is balanced across all 5 > nodes (IE: 50 connections = 10 per node) over one pool all to one server (50 > connection => one node) De