This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
Use retrievalPageSize in CouchDB EDV provider to allow for optimized memory usage in Query method #169
Labels
enhancement
New feature or request
In the case of a query where many documents share the same index name, that method could potentially consume a lot of memory since it will hold a lot of document IDs temporarily. We should use the retrievalPageSize value (which is set in the startup args) so that paging can be done to help control memory usage. Note that without official pagination support in the spec, it won't be possible to truly cap the amount of memory consumed (see #168) without going outside of the spec.
The text was updated successfully, but these errors were encountered: