bluesky / databroker

Unified API pulling data from multiple sources
https://blueskyproject.io/databroker
BSD 3-Clause "New" or "Revised" License
35 stars 47 forks source link

reduce `TARGET_PAGE_BYTESIZE` to `8_000_000` #823

Closed hyperrealist closed 2 months ago

hyperrealist commented 2 months ago

Reduce TARGET_PAGE_BYTESIZE to 8_000_000.

10_000_000 target was found to produce pages too close or just above the MongoDB's hard limit of 16MB.