SharePoint scalability -one library with many folders VS. many libraries

StackOverflow https://stackoverflow.com/questions/7108066

  •  23-12-2020
  •  | 
  •  

Вопрос

We currently have one document library with many folders to organize our documents. We will be adding more documents and we are concerned about scability and performance (specifically, we perform plenty of searches on these documents).

Should we keep this single library with many folders, or should we switch to many libraries to replace this folder structure? (We have MOSS 2007.)

Это было полезно?

Решение

The biggest win with separate document libraries is the ability to have different security settings. Doing different security at the document library level is more efficient than at the folder or item level.

Otherwise you need to test your data structure and access patterns and tune your database I/O and wfe memory appropriately.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top