Bill Baer /bɛːr/

Skip to main content

Banner

 
Bill Baer /bɛːr/
Bill Baer is a Senior Product Manager for Microsoft 365 at Microsoft in Redmond, Washington.

Fast Site Collection Creation in SharePoint Server 2016 IT Preview

Fast Site Collection Creation in SharePoint Server 2016 IT Preview

Fast Site Collection Creation in SharePoint Server 2016 IT Preview

  Fast Site Collection Creation SharePoint SharePoint Server 2016

Fast Site Collection Creation is a new capability in SharePoint Server 2016 IT Preview that improves Site Collection creation performance by reducing Feature activation overhead. Similar to the approach associated with MinRole Site Collections that support Fast Site Collection Creation are Feature-optimized.

Fast Site Collection Creation is a mechanism designed to improve provision performance of Site Collections through instrumenting a copy operation using SPSite.Copy at the Content Database level.

The primary vehicle in addressing this scenario is the enablement of a Site Master or master copy of the Site Collection for an enabled Template that provides the source Site Collection when a request is made for creating a new Site Collection.

Enabling Fast Site Collection Creation is achieved using the new Enable-SPWebTemplateForSiteMasterWindows PowerShell.

To access the SharePoint Management Shell

  1. Start the SharePoint Management Shell.
    • For Windows Server 2012:
      • On the Start screen, click SharePoint Management Shell.

If SharePoint Management Shell is not on the Startscreen:

  • Right-click Computer, click All apps, and then click SharePoint Management Shell.

To enable Fast Site Collection Creation enter Enable-SPWebTemplateForSiteMaster -Template -CompatibilityLevel 15at the prompt.

Once Fast Site Collection Creation is enabled a new Site Master will need to be created for the respective Template(s). To create a new Site Master enter New-SPSiteMaster -ContentDatabase -Template at the prompt.

Provisioning of new Site Collections using Fast Site Collection Creation is achieved through including the new parameter –CreateFromSiteMasterwith the New-SPSite Windows PowerShell CmdLet as shown in the example below:

New-SPSite http://www.contoso.com/sites/ -Template