SharePoint Lists vs Database Tables performance

前端 未结 8 1253
粉色の甜心
粉色の甜心 2021-02-09 14:06
  1. We are looking to store transactional data in SharePoint lists. The lists will easily grow to 100,000+ items.
  2. How would the query performance be compared with que
8条回答
  •  再見小時候
    2021-02-09 14:35

    I concur with all of the above comments. I've had extensive experience with customers who wanted to use SharePoint lists for things where they didn't fit. If you're worried about performance at all, then SharePoint lists are not the way to go. If it's simply for archival purposes and you are doing infrequent searches against the data and the SharePoint search features are sufficient for you, I might consider it and not dismiss it out of hand (if you're using MOSS).

    But I would consider all aspects of this carefully. It's not too difficult through Data Form Web Parts, and the BDC to get SQL server data into the SharePoint environment, but it is more difficult to get SharePoint data into other platforms or applications.

    And again, if performance is at all a requirement, then don't do it.

    For more SharePoint scalability and performance best practice information see: http://technet.microsoft.com/en-us/library/cc287790.aspx

提交回复
热议问题