# 2. This is related to the Maximum Number of List Items post from last month.
The quoted White Paper recommends avoiding performance issues in large lists by by developing a custom interface and using certain SharePoint data access methods. We want to migrate between 10,000 and 20,000 total records from a SQL database to a SharePoint Wiki. So here is question two (first question was in a previous post)
2. Can the SharePoint techniques mentioned in the White Paper (SPList, SPQuery, SPListItems, PortalSiteMapProvider) be implemented within a wiki library without breaking wikiContent colmumn/functionality (wiki linking) and without creating a complete custom wiki solution?