aerospike/aerospike-client-java

Support getCount in HLLValue

yarosman opened this issue · 2 comments

For example I want retrieve 30 records with bins ‘сlicks’, ‘shows’, ‘uniques_hll’.
If I use batch request I can retrieve ‘clicks’, ‘shows’ and raw uniques_hll HLLValue.
And after that for each key I have to execute operate HLLOperation.getCount additionally.
Is it possible to add supporting getCount for HLLValue?

Adding batch read expressions that could perform the HLL getCount() on the server side with results being returned with the bins is something that has been discussed, but it's not currently on our roadmap. There is no guarantee if/when this functionality is implemented.