nessie icon indicating copy to clipboard operation
nessie copied to clipboard

Proper paging for getEnties API

Open dimas-b opened this issue 2 years ago • 0 comments

Based on TODO comments in TreeApiImpl

At the moment, we do not expect that many keys/entries to be returned. So the size of the whole result is probably reasonable and unlikely to "kill" either the server or client.

In API v1 the server has to process all entries to derive implicit namespaces.

In API v2 (#5112) the server will not have to derive implicit namespaces, therefore paging over entries should be possible.

dimas-b avatar Oct 03 '22 17:10 dimas-b