Re: Using mySQL to emulate Cassandra

2010-11-28 Thread Edward Capriolo
On Sun, Nov 28, 2010 at 11:35 AM, Tom Melendez wrote: > On Sun, Nov 28, 2010 at 12:28 AM, David Boxenhorn wrote: >> As our launch date approaches, I am getting increasingly nervous about >> Cassandra tuning. It is a mysterious black art that I haven't mastered even >> at the low usages that we ha

Re: Using mySQL to emulate Cassandra

2010-11-28 Thread Tom Melendez
On Sun, Nov 28, 2010 at 12:28 AM, David Boxenhorn wrote: > As our launch date approaches, I am getting increasingly nervous about > Cassandra tuning. It is a mysterious black art that I haven't mastered even > at the low usages that we have now. I know of a few more things I can do to > improve th

Re: Using mySQL to emulate Cassandra

2010-11-28 Thread André Fiedler
If you want to do this, don´t use autoincrementing integers! ;o) Use UUID instead. (or implement an stand alone id-server that handles autoincrement savely) 2010/11/28 David Boxenhorn > As our launch date approaches, I am getting increasingly nervous about > Cassandra tuning. It is a mysterious