Hello,

looking at the code and unless I am mistaken, it seems that there is no way 
to list all the keys present in the MVMap without loading all the values as 
well.

Whether keyIterator() is used or keySet() it does look like the values are 
loaded along with the keys ( use of a Cursor<K,V> behind the iterator)

In the use case I have it's small String keys linked to big serialized 
POJO. 
I sometime need to access all the keys that are present in the MVMap but 
not necessarily load the values. 

Maybe this would not be easy to implement, but I was curious if others were 
having this type of need as well.

I also think I could manually manage an additional MVMap that contains only 
the keys, but I guess it's clumsy.

regards

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to