Hi,

Previously I used the following query: 
CREATE INDEX  ON User (age asc) 
In the above query, I explicitly didn't give the index name as I was
expecting Ignite to take its auto-generated index name. And it was throwing
"Invalid schema state (duplicate index found): null " exception.

Now I have explicitly given the index name and executed the following query:
CREATE INDEX User_age_asc_IDX ON User (age asc)
And it worked successfully.

Now I am able to create multiple indexes on columns one after the other
successfully (which wasn't the case previously). 

Regards,
Shravya Nethula.



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to