Re: over a million content items a year



"Not So Soft" means "Crawling Fails". I'ts not just a UI issue. Running SQL Server Profiler reveals the underlying cause. Back in the SP 2001 timeframe, someone added code that creates a parameterized SQL statement to retrieve documents and list items from folders that included ALL item IDs that belong to the folder in the statement. SQL Server has a limit of ~2000 parameters per query, resulting in a database error. This code is used in several places, probably everywhere folders are used.
The only real solution is to replace the buggy code. Since only MS can do that, an alternative is to abandon folders and use some other way of grouping items together. Using a "Category" lookup field for grouping is just one solution I came up with for my latest project.

--
Panagiotis Kanavos
http://www.dotnetzone.gr/cs/blogs/pkanavos


"spconsultant" <gfpilot2002@xxxxxxxxx> wrote in message news:39af23aa-fd34-47de-a84c-e1a1a97cad62@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I am allso assuming content items means documents and lists. (As
opposed to HTML pages diplayed in a WCM scenario).

I like your comment of "not so soft." It does not appear to be a
question of storing them , according to the blog below,
sharepoint can handle 2 million documents in a document libray, with
2000 per folder (based on the UI problems). But the bigger question is
how to get to them, as you said the out of the box UI Falls appart, so
the limit is "not so soft."

An interesting blog with some specific numbers on limitations. (Old
date, but appears updated with V3 information)
http://markharrison.co.uk/blog/2004/09/sharepoint-scaling-limits.htm

A comment is made on this blog that you could use a new folder each
month and perhaps a new document library every yer. But this still
seems a little impractical using the out of the box interfaces. The
blog did not seem to indicate a problem with crawling, but you could
be right.


On May 6, 12:39 pm, EDAC Systems
<EDACSyst...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I have a question about the repository. We have a customer that generates
over 1 million content items a year. They would like to use sharepoint as
their enterprise CMS. In my research Sharepoint has a limitation of 2000
items per folder. This would cause us to have to create 500 folders per year.
Is there another way? Can I just upload the files into sharepoint document
library and when I needed a file, just perform a search. The following
metadata will be used for each checkin - Case Number, Name, year.

We would like to be able to search for years and also case numbers.

Any help would be appreciated.

Thanks
--
EDAC Systems, Inc.
Office: 540-361-1580

.



Relevant Pages

  • Re: How to create a file folder using ASP.NET 2.0 ?
    ... Can user download the files from SQL Server? ... The administrator said this server had unlimited space, ... I am trying to create a file folder for any login user, ... folders for the user on a web page. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Need more space on C: Drive
    ... What about the MS SQL folders I indicated? ... I've put as much apps as I know possible on the D & F drives. ... SQL server is installed on the D drive but there still appears to be ...
    (microsoft.public.windows.server.sbs)
  • Re: How to create a file folder using ASP.NET 2.0 ?
    ... After storing files in the SQL Server, can them be organized in the ... Can user download the files from SQL Server? ... administrator of the web-server was less happy about the volume of these ... folders for the user on a web page. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: SQL Server 2000 - Hierarchical data - Versus - Post Relational Databases
    ... SQL Server doesn't handle hierarchies out of the box. ... The database is storing hierarchical-based data from Exchange Server, ... Messages are stored in Folders, and so the Folders Table represents another ...
    (microsoft.public.sqlserver.programming)
  • Re: Shared Drive and Sharepoint
    ... Administrtor's Companion does not differentiate between web sharing on ... Go to 'Administrative Tools' | 'SharePoint Central Administration' ... Under 'Virtual Server Configuration' click ' Configure virtual server ... To view the shared folders, open Server Management, expand Internet ...
    (microsoft.public.windows.server.sbs)

Loading