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
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
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
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