#359 closed enhancement

eliminate hard limit on size of SDMFs — at Initial Version

Reported by: zooko Owned by:
Priority: major Milestone: 1.5.0
Component: code-mutable Version: 0.9.0
Keywords: memory Cc:
Launchpad Bug:

Description

We currently impose a hard limit on SDMFs of 3.5 MB. (It was recently raised from the initial value of 1 MB in order to support directories with up to 10,000 entries.)

We could remove this artificial limit entirely. There would remain "soft limits":

  1. Creating or updating an SDMF would take approximately 1+N/K * filesize RAM.
  1. It would take approximately N/K * filesize upload bandwidth (or if you have an Upload Helper, just filesize upload bandwidth from you to the Helper, then N/K * filesize upload bandwidth from the helper to the storage servers).

Change History (0)

Note: See TracTickets for help on using tickets.