Daniel Hernández
Daniel Hernández

Reputation: 1317

How many objects can be stored in a Plone folder?

For example, can I put 100.000.000 documents in one plone folder?

Upvotes: 1

Views: 121

Answers (1)

Martijn Pieters
Martijn Pieters

Reputation: 1123260

In recent Plone releases, folders use a BTree-backed storage, so you can store as many objects in there as you like.

The biggest folder that I can access in a production environment currently stores 25k items.

You will, of course, need to deal with large numbers of items in one location appropriately. The usual caveats about really large numbers of content in a site apply.

Upvotes: 4

Related Questions