You can make good use of Index Hints. e.g. SELECT * FROM Person USE INDEX(index_age) WHERE salary > 150000 AND age < 35;
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
You can make good use of Index Hints. e.g. SELECT * FROM Person USE INDEX(index_age) WHERE salary > 150000 AND age < 35;
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/