As long as you use IN statement there is no need in additional id > 0 condition. It might lead to retrieving all data that fit for id > 0 and filtering them on the client side. Use could use "explain" to check whether my guess was right https://apacheignite-sql.readme.io/docs/performance-and-debugging#section-using-explain-statement.
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
