I want to scan keys from ignite cache(except values) like this to reduce
traffic and improve performance:

/Iterator it = cache.keySetIterator();
while (it.hasNext()) {
    ......
}/

*but I do not want to use SQL query(select _key from ...) for some reason,
how can I achieve this by minimal modification, do you have some
suggestions?*



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Is-there-a-way-to-get-keyset-except-SQL-query-select-key-from-tp6363.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to