bughelp wanted
仓库指标
- Star
- (14,656 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
When exporting a keystone list as csv, the entire backing collection is loaded into memory before sending the response. This renders the export feature useless for a large collection; keystone will exhaust the available memory on the machine until it gets OOMkilled.
Instead, the export should be streamed back to the client so that we never load more than a cursor's worth of data in memory.