Re: Index with same Name but different keyspace

2014-05-19 Thread Bryan Talbot
On Mon, May 19, 2014 at 6:39 AM, mahesh rajamani wrote: > Sorry I just realized the table name in 2 schema are slightly different, > but still i am not sure why i should not use same index name across > different schema. Below is the instruction to reproduce. > > > Created 2 keyspace using cassand

Re: Index with same Name but different keyspace

2014-05-19 Thread mahesh rajamani
Sorry I just realized the table name in 2 schema are slightly different, but still i am not sure why i should not use same index name across different schema. Below is the instruction to reproduce. Created 2 keyspace using cassandra-cli [default@unknown] create keyspace keyspace1 with placement

Re: Index with same Name but different keyspace

2014-05-17 Thread Mark Reddy
Can you share your schema and the commands you are running? On Thu, May 15, 2014 at 7:54 PM, mahesh rajamani wrote: > Hi, > > I am using Cassandra 2.0.5 version. I trying to setup 2 keyspace with same > tables for different testing. While creating index on the tables, I > realized I am not able

Index with same Name but different keyspace

2014-05-16 Thread mahesh rajamani
Hi, I am using Cassandra 2.0.5 version. I trying to setup 2 keyspace with same tables for different testing. While creating index on the tables, I realized I am not able to use the same index name though the tables are in different keyspaces. Is maintaining unique index name across keyspace is mu