Hi guys,
What's the expected performance of the AdminClient.fetchKeys? I'm using it but the behaviour is a bit heretic. I get something like 10K keys every 1.5 seconds, which is good, but then suddenly, the streaming stops for 30 to 60 seconds.
My suspicious is that the stops are caused by BDB reading, since some keys may not be cached. Is there any way to validate this theory?
Also, checking the code I see that internally is doing storeEngine.get(key). Wouldn't it be more optimal to use getAll with blocks of keys?
Regards,
Carlos.