私は特にドキュメント ライブラリに興味がありますが、一般的な SharePoint リストに関して、次の質問に答えてくれる人はいますか?
- SharePoint リストに含めることができるアイテムの最大数はいくつですか?
- 1 つの SharePoint サーバーがホストできるリストの最大数はいくつですか?
- リスト内のアイテム数が最大に近づくと、フィルタリングは遅くなりますか? もしそうなら、それを改善するために何ができるでしょうか?
私は特にドキュメント ライブラリに興味がありますが、一般的な SharePoint リストに関して、次の質問に答えてくれる人はいますか?
SharePoint v.2 の場合:
詳細: http://technet.microsoft.com/en-us/library/cc287743.aspx
SharePoint v.3:
詳細: http://technet.microsoft.com/en-us/library/cc287790.aspx
私が最も有用だと思ったホワイトペーパーは、上記のユーザーmbowlesによって投稿されたリソースからリンクされていました。直接リンクは...
http://blah.winsmarts.com/2008-4-SharePoint_limits.aspx
#3の場合:リスト内の特定の列にインデックスを付けることができますが、それでもサイズを小さくする必要があります。
SharePoint 2013:
SharePoint リストに含めることができるアイテムの最大数はいくつですか? 30.000.000。
1 つの SharePoint サーバーがホストできるリストの最大数はいくつですか? この質問に対する答えが見つかりませんでした。
リスト内のアイテム数が最大に近づくと、フィルタリングは遅くなりますか? もしそうなら、それを改善するために何ができるでしょうか? 30.000.000 の最大値は厳密な境界ではありませんが、製品のテストによって制限が見つかりました。したがって、この制限を超えると、パフォーマンスが低下することが予想されます。
SharePoint 2013 のソフトウェアの境界と制限に回答があります。
正確な回答はすでに与えられていますが、次の警告を追加する必要
があると思います。
したがって、以前に投稿した制限に近づいていることに気付いた場合は、何をしようとしているのかをよく考え、間違っていないことを確認してください。
サブサイトが増えると、SiteDataQuery のパフォーマンスが大幅に低下することに注意してください。100 のサブサイトのクエリには 20 秒かかる場合があります。
There is documented guidance for Microsoft® Office SharePoint® Server 2007 regarding the maximum size of lists and list containers. For typical customer scenarios in which the standard Office SharePoint Server 2007 browser-based user interface is used, the recommendation is that a single list should not have more than 2,000 items per list container. A container in this case means the root of the list, as well as any folders in the list — a folder is a container because other list items are stored within it. A folder can contain items from the list as well as other folders, and each subfolder can contain more of each, and so on. For example, that means that you could have a list with 1,990 items in the root of the site, 10 folders that each contain 2,000 items, and so on. The maximum number of items supported in a list with recursive folders is 5 million items.