anyone? 

i have tried applying it like this but it just creates 2 indexes

 [QuerySqlField(IsIndexed = true,  IndexGroups = new[] { "name=aa,order=1"
})]

My understanding is under the hood it is essentially  btree index and these
index structures require an ordinal column configuration to build the index
structure according to the first column of the index. If ignite is just
randomly putting these columns in there then performance won't be optimal.

can anyone provide further info please?



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

Reply via email to