Re: Avro Example Code

2010-05-26 Thread David Wellman
r > improve upon the tests then I would appricate the feedback and help. > > David Wellman > > > On May 17, 2010, at 10:16 AM, "Eric Evans" wrote: > > On Fri, 2010-05-14 at 14:52 -0600, David Wellman wrote: > Does anyone have a good link or example code that we

Pooling Question

2010-05-20 Thread David Wellman
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)

Avro Example Code

2010-05-14 Thread David Wellman
Does anyone have a good link or example code that we can use to spike on Avro with Cassandra? Cheers.