Based on current source codes in the head, moving from 0.6.x to 0.7, means some code changes in the client side (other than server side changes, like storage_conf.xml).
Something like: 1. New Clock class instead of timestamp: this may be trivia, but it takes some time to change 2. Moving key space out of the API 3. Key changed from string to byte 4. Some API change, like get_count I'm still exploring the changes since I'm working on a Java client for Cassandra. There should be longer list than what I have discovered. But, 0.7 is really good. I love the one can dynamically create Key Space and Column Family. Also, I love the key to be a byte array instead of string. Enjoy the migrating. J Dop From: GH [mailto:gavan.h...@gmail.com] Sent: Sunday, July 11, 2010 8:42 PM To: user@cassandra.apache.org Subject: Is anyone using version 0.7 schema update API I want to move on to 0.7 using this API rather than storage-conf.xml conversion. Any info that you can advise on how you used it would be much appreciated. Thanks Gavan