IT tutorials
 
Technology
 

SharePoint 2010 : Scaling out Search — adding a property database

8/21/2013 11:39:06 AM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

As we saw in the previous recipe, the index partition is associated with a property database. As your site grows and the items in the index grow, metadata needs become a possible bottleneck.

This information is stored in the property database. If users are performing many metadata searches, then more property databases (either on the same or separate SQL Servers) may need to be added to relieve this congestion. This recipe shows how to achieve this.

Getting ready

You must have farm-level administrative permissions to the Central Administration site.

How to do it...

  1. Open the Central Administration and click Application Management.

  2. The third section is Service Applications. Under this section, click Manage service applications.

  3. Find the Search Service Application option and click on it (this is the name SharePoint assigns by default if not modified when creating the Search Service). The ribbon will light up. Click Manage.

  4. Under the Search Application Topology section, there is a button called Modify; click this button.

  5. The Search Service Topology page appears. Click the drop-down list named New and select Property Database.

  6. The following pop up appears:

    Perform the following actions:

  7. Enter the name of a database server.

  8. Enter a name for the property database in the Database Name textbox.

  9. Select the Windows authentication option under Database authentication.

  10. If you have the name of a Failover Server, enter it in the appropriate textbox.

    Click OK.

  11. The Search Service Topology Application page will appear again. To commit the changes you have done on the screen, click on the Apply Topology Changes button.

How it works...

When the above recipe is executed, a new property database is created. This can be viewed via SQL Management Studio.

In order to put it to use, this property database must be assigned to a query component (as seen in the preceding recipe).

There's more...

A new property database can be created and added via PowerShell.

Use the following command to add a new property database:

New-SPEnterpriseSearchPropertyDatabase

To see examples of the above command, type get-help <command> -examples in the PowerShell management shell.

 
Others
 
- SharePoint 2010 : Scaling out Search — adding a query component
- SharePoint 2010 : Managing Search Service
- SharePoint 2010 : Setting up Search Service
- Windows Server 2012 : Deploying Servers - Deploying images
- Windows Server 2012 : Deploying Servers - Building images - Building reference images using MDT 2012 Update 1
- Windows Server 2012 : Deploying Servers - Preparing the build lab
- Windows Phone 8 : Multitasking - Background Transfer Service
- Windows Phone 8 : Multitasking - Location-Aware Apps
- Active Directory 2008 : Managing Enterprise Security and Configuration with Group Policy Settings -- Implementing an Audit Policy (part 2) - Auditing Directory Service Changes
- Active Directory 2008 : Managing Enterprise Security and Configuration with Group Policy Settings -- Implementing an Audit Policy (part 1) - Auditing Access to Files and Folders
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us