Re: Easy diff of schema from dev-production

2014-07-08 Thread Shane Hansen
I'd suggest looking at the system keyspace. Like schema_columns On Jul 8, 2014 9:39 AM, Kevin Burton bur...@spinn3r.com wrote: Are there any easy/elegant ways to compare dev schema to production schema. I want to find if there are any rows/columns we need to add. I could try to format the

Re: Easy diff of schema from dev-production

2014-07-08 Thread DuyHai Doan
If you are using CQL3, the meta data are stored in system tables On Tue, Jul 8, 2014 at 5:38 PM, Kevin Burton bur...@spinn3r.com wrote: Are there any easy/elegant ways to compare dev schema to production schema. I want to find if there are any rows/columns we need to add. I could try to

Re: Easy diff of schema from dev-production

2014-07-08 Thread Kevin Burton
Ah.. I think that's what I was hoping for! On Tue, Jul 8, 2014 at 9:05 AM, DuyHai Doan doanduy...@gmail.com wrote: If you are using CQL3, the meta data are stored in system tables On Tue, Jul 8, 2014 at 5:38 PM, Kevin Burton bur...@spinn3r.com wrote: Are there any easy/elegant ways to