Monday, January 29, 2007

When to use SharePoint site collections?

Update 31/01: I got some interesting feedback about this posting so, I'm incorporating it

There are some changes in the way that site collections behave in Office SharePoint Server 2007 - one of the most important ones is that when you create a site underneath the site directory - it will belong to the portal site collection (If you keep the default settings that is). So if you want to create a new site collection you will have to do it from within SharePoint Central Administration. Open SharePoint Central Administration within your browser, navigate to the Applications Tab. Underneath the SharePoint Site Management category, you will be able to create a new site collection.  It is however also possible to allow creating site collections from the site directory as well - as shown in this posting - SharePoint 2007: Site Collections or sites ... that is the question.

 

Enable the creation of Site Collections in Sites Directory

  1. From the portal, use the Site Actions menu, select Modify All Site Settings. If you are not on top level site you will need to go to Top Level Site Settings.
  2. Under site collection administration, select Site Directory Settings.
  3. Select the checkbox to create new site collections from sites directory.

 

If you keep the standard settings, you will quickly see when a site belongs to the portal site collection - if the URL contains something like http://[yourportal]s/sitedirectory/demosite/ or when it belongs to a separate site collection - http://[yourportal]/sites/demo (Notice the sites term in the URL). 

 

So what are the pro's and cons of working with multiple site definitions in a SharePoint Server 2007 setup? (The next list is not exhaustive - if you have some other ideas - you are welcome to add them to the comments of this postings):

Reasons why to use a site collection with multiple divisions/departments within an organisation:

  • Ability to create sub portals using the Collaboration Portal template (or Publishing Portal template) for top level sites.
  • Navigation menus can be different accross all divisions
  • Styles can be defined separately for each division, each root master page can inherit dwn through out individual site collections
  • Security groups – Groups are shared at the site collection level so you will have one specific group of owners,members and readers for each division. When you use multiple site collections it will be easier to delegate security settings to the site collection administrator. 
  • Search scopes – Each site collection can specify relevant search scopes to appear in the search menu
  • Themes – Each site collection can have unique themes to choose from that can inherit from their patch colors
  • Features – Each site collection can deploy unique features
  • Lists – Each site collection can have different list templates (such as stamping and reusing lists that are relevant)
  • Lookup fields – Each site collection can use individual lookup field types into other lists for unique bindings
  • Workflow – Each site collection can have individual batch deployed workflows (those through Visual Studio)
  • Content types – Each site collection can have individual content types (an object that is stored within MOSS that defines several elements of a piece of content,such as a document library that will specify multiple types during newcreation)

There are however also a couple of downsides to creating lots of site collections:

  • More administration necessary, site groups, site quota's, content types (and also site columns) are all defined at site collection level.
  • The Content By Query web part does not work accross site collections.
  • Site aggregator and Table of Contents web part don't work accross site collections
  • When you don't create sites underneath the site directory, you will need to add them manually to a central site directory if you want to get a global overview accross all site collections. Update: Apparently MOSS 2007 also supports the notion of a master site directory - you can activate this from within SharePoint Central Admin. Go to the Operations tab and take a look at Master Site Directory settings.

 tags: , , , , , , , ,

3 comments:

Anonymous said...

One key distinction between 2003 Site directory and 2007 Site directory is in the earlier version a site was listed in the site directory only if you created the site from site site directory. This is not a restriction any more. You can click Create Site/ Create Site collection and you will be asked the correct meta data. Other things that are not entirely accurate are:

"one of the most important ones is that when you create a site underneath the site directory - it will belong to the portal site collection."
This is true OOB but it is configurable and you can choose to create a site collection from site directory if that is what you want in your portal. Here is a brief description on how to do it:
http://blog.funknstyle.com/?p=529

"When you don't create sites underneath the site directory, you will need to add them manually to a central site directory if you want to get a global overview accross all site collections."

This is also not true. In MOSS 2007 there is a concept of Master Site directory which you can use and no matter where you create the site collection or web from you will get asked the correct meta data information to list in the Site Directory. You can set this in Central Admin->Operations->Master Site Directory Settings

Anonymous said...

Good article that gives answers to some of my customers.

For me, another big point when I need to choose if I must create a site collection or a sub-site is depending on the estimated size of the site and the backup/restore scenario.

Because content databases contain 1 or more site collections, and these databases should not exceed 50 GB (which is already too much I think), the sites structure may take care of it.

For the "Site directory" case, if we open it to a large number of users/creators, the site collection may grow and reach the db size limit that will lead to slow backups and restores.

It's always a balance of the pros of site collection (and all the stuff shared between all sites included in this site collection) and its cons.

But even is the site collection become too big, we still have the option of the export / import or save as template.

Anonymous said...

hwt;s your argument? are you saying that it's good to creates multiple site collection. I can see the benefit of doing that though but how do you add navigation to link all the collections together.