exceeds the list view threshold 5000 items in Sharepoint 2010

前端 未结 4 1556
花落未央
花落未央 2020-12-30 04:38

I\'m upgrade my sp 2007 to sp 2010 and I have a form library has more then 5000 items. Default view of form library filter items and show only 10-20 item to users.

A

相关标签:
4条回答
  • 2020-12-30 05:16

    The setting for the list throttle

    • Open the SharePoint Central Administration,
    • go to Application Management --> Manage Web Applications
    • Click to select the web application that hosts your list (eg. SharePoint - 80)
    • At the Ribbon, select the General Settings and select Resource Throttling
    • Then, you can see the 5000 List View Threshold limit and you can edit the value you want.
    • Click OK to save it.

    For addtional reading: http://blogs.msdn.com/b/dinaayoub/archive/2010/04/22/sharepoint-2010-how-to-change-the-list-view-threshold.aspx

    0 讨论(0)
  • 2020-12-30 05:26

    SharePoint lists V: Techniques for managing large lists :

    Tutorial By Microsoft

    Level: Advanced

    Length: 40 - 50 minutes

    When a SharePoint list gets large, you might see warnings such as, “This list exceeds the list view threshold,” or “Displaying the newest results below.” Find out why these warnings occur, and learn ways to configure your large list so that it still provides useful information.

    After completing this course you will be able to:

    • Learn what the List View Threshold is, and understand its benefits.
    • Create an index so that you can see more information in a view.
    • Create folders to better organize your large list.
    • Use Datasheet view for fast filtering and sorting of a large list.
    • Learn what the Daily Time Window for Large Queries is.
    • Use Key Filters for fast filtering within Standard view.
    • Sync a large list to SharePoint Workspace.
    • Export a large list to Excel. Link a large list in Access.
    0 讨论(0)
  • 2020-12-30 05:28

    You can increase the List View Threshold beyond the 5,000 default, but it is highly recommended that you don't, as it has performance implications. The recommended fix is to add an index to the field or fields used in the query (usually the ID field for a list or the Title field for a library).

    When there is an index, that is used to retrieve the item(s); when there is no index the whole list is opened for a scan (and therefore hits the threshold). You create the index on the List (or Library) settings page.

    This article is a good overview: http://office.microsoft.com/en-us/sharepoint-foundation-help/manage-lists-and-libraries-with-many-items-HA010377496.aspx

    0 讨论(0)
  • 2020-12-30 05:30

    I had the same problem.please do the following it may help you: By Default List View Threshold set at only 5,000 items this is because of Sharepoint server performance.

    To Change the LVT:

    1. Click SharePoint Central Administration,
    2. Go to Application Management
    3. Manage Web Applications
    4. Select your application
    5. Click General Settings at the ribbon
    6. Select Resource Throttling
    7. List View Threshold limit --> change the value to your need.
    8. Also change the List View Threshold for Auditors and Administrators.if you are a administrator.

    Click OK to save it.

    0 讨论(0)
提交回复
热议问题