Is there a way to limit results of CohQL query?
My Coherence cache contains million records and it would be very useful to just limit the number of records if I just want to see how a specific entry looks like. for e.g. something like
select top 10 key() from cache
I don't find any such option in CohQL docs.