Hello elvis, Try to use select special field _key in query. Ignite stores cache keys and values as _key and _val fields, so we use this syntax in our SQL query.
QueryCursor<List<?>> qcur = cache.query(new SqlFieldsQuery("select _key
from Person"));
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/how-can-I-only-get-keySet-returned-without-values-tp5860p5879.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
