This repository was archived by the owner on Dec 11, 2023. It is now read-only.
This repository was archived by the owner on Dec 11, 2023. It is now read-only.
#fetch auto-paginates when retrieving large groups of measurements #84
Open
Description
We currently auto-paginate metric listing, but don't auto-paginate when retrieving large measurement sets.
fetch should take care of this transparently. We should consider also some kind of block-version which allows streaming operation since in some cases the retrieve measurement set may be very large and require a large number of network ops.
Related: #78.
Activity