Sharepoint SQL Server

  • http://technet.microsoft.com/en-us/library/cc298801.aspx

    β€’To ensure optimal performance, we strongly recommend that you set max degree of parallelism (MAXDOP) to 1 SQL Server instances that host SharePoint Server 2010 databases

    ?

    can someone explain why sharepoint team put this document with the above line? Sharepoint surpresses all parallelism?

    Jason
    http://dbace.us
    πŸ˜›

  • with microsoft products that use SQL server as a backend they often don't follow their own best practices πŸ™‚

    the code as written must work better if parallelism is suppressed, seems a shame and I don't know why, one can only hope they have thoroughly tested and proved it.

    ---------------------------------------------------------------------

  • The sharepoint database design is pretty bad (very bad), and about the only way to make the queries work acceptably is to force maxdop 1.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Microsoft SharePoint team needs to communicate with SQL Server team, vice versus. Parallelism is a good feature to use, not to surppess.

    Jason
    http://dbace.us
    πŸ˜›

  • Communication? What a novel idea!

    The sharepoint DB needs a complete redesign first, and to be honest, that's not going to happen.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • GilaMonster (3/11/2013)


    Communication? What a novel idea!

    The sharepoint DB needs a complete redesign first, and to be honest, that's not going to happen.

    Same could be said ot their CRM product as well.

  • Lynn Pettis (3/11/2013)


    GilaMonster (3/11/2013)


    Communication? What a novel idea!

    The sharepoint DB needs a complete redesign first, and to be honest, that's not going to happen.

    Same could be said ot their CRM product as well.

    Wasn't that bought rather than developed inhouse?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Configuration storage and IOPS

    ....

    Transaction logs for the Configuration database can be large, therefore we recommend that you change the recovery model for the database from full to simple.

    School project?

    _____________
    Code for TallyGenerator

Viewing 8 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic. Login to reply