Re: DDL: CREATE INDEX

2017-01-17 Thread Dmitriy Setrakyan
I agree. "CREATE INDEX" could be the 1st command to implement. On Tue, Jan 17, 2017 at 8:42 AM, Sergi Vladykin wrote: > Guys, > > DDL is too broad topic, I think it makes sense to split the needed > functionality and discuss each part separately. > > Lets start with dynamic SQL index creation, s

DDL: CREATE INDEX

2017-01-17 Thread Sergi Vladykin
Guys, DDL is too broad topic, I think it makes sense to split the needed functionality and discuss each part separately. Lets start with dynamic SQL index creation, since dynamic table creation usually makes no sense without indexes. I suggest the following plan here: 1. Create method IgniteCac