If you're not using prepared statements you won't get any token aware routing. That's an even better option than round robin since it reduces the number of nodes involved. On Mon, Feb 23, 2015 at 4:48 PM Robert Coli <rc...@eventbrite.com> wrote:
> On Mon, Feb 23, 2015 at 3:42 PM, Jaydeep Chovatia < > chovatia.jayd...@gmail.com> wrote: > >> I have created different tables and my test application reads/writes with >> CL=QUORUM. Under load I found that my one node is taking more >> resources (double CPU) than the other two. I have also verified that >> there is no other process causing this problem. >> > > My bold prediction is that you are sending all client connections to this > node. Don't do that, round-robin them. > > =Rob > >