Sharepoint 2010 - configuration database size limit

Hi,
   We have below scenario in our production farm. Ours is a SharePoint 2010 Enterprise Edition server.
Medium size farm (4 WFE, 4 App Servers, Content DBs in separate tier. No SharePoint search in this farm)
Configuration DB reached 250+ GB. Please clarify below queries.
1. What is the boundary limit for configuration database size?
2. How we can scale the configuration database?
3. Can we add multiple configuration database per farm?
4. What are the best practices and regular maintenance activities to be done to keep the configuration db size under control?
It would be really really great if someone gives some good knowledge in this area.

1) Not aware of one
2) You can add multiple files to the file group
3) No
Is the growth in the MDF or the LDF (log file)? If it is in the log file, are you using high availability (Clustering, Mirroring, Log Shipping, AlwaysOn)? If so, you need to run a BACKUP LOG periodically to maintain the LDF size, or allow you to truncate
the LDF.
Trevor Seward
Follow or contact me at...
&nbsp&nbsp
This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Similar Messages

  • Exchange 2010 SP1 database size limit?

    I have seen several posts concerning exchange 2010 Standard database limit being 50GB but can be increased by modifying the registry. We were migrated from Exchange 2003 to Exchange 2010 by a vendor. My current database is  188.1GB. I searched the registry
    for the changes to increase the database form the 50GB limit but it does not look like they made the changes. What has me baffled is how can my database be 188.1 GB if they did not modify the registry?
    Thank you,
    Cecil

    So you only use Database Size Limit in GB registry if you want to hard set the size? From some of the posts I had seen they were saying it was 50 GB by default and could be expanded to 1TB by modifying the registry. I did not understand
    why the instructions included modifying the registry if it was not needed. I am by no means trying to dispute it just trying to understand. 
    Thanks for the reply.
    Cecil

  • SharePoint 2010 content database size issues alldocs streams

    HI All,
    We are planning to do migration from sharepoint 2010 to sharepoint 2013. our database team identified that "all docs streams" and "audit log table" using almost 300 gig
    we dropped "audit log" table today almost 100 gig
     but still "all doc streams" table size is almost 147 gig
    how to handle this situation before migration?
    do I need to migrate as it is or do I need to work on "all doc streams" table
    hot to handle database size
    which way you recommend ? what are the best practices
    please see database table size
    can any one please send me step by step implementation?
    Thanks,
    kumar
    kkm

    First off, touching SharePoint database tables is completely unsupported.
    http://support.microsoft.com/kb/841057
    You shouldn't be making changes within the database at all and you're putting yourself out of support by doing so.
    AllDocStreams is your data. You need to have users clean up data, or move Site Collections to new Content Databases if you feel you need to reduce the size of the table itself.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Reduce Size or delete unwanted entries from tables AllDocStreams,AllDocVersions,EventCache,EventLog of Sharepoint 2010 content database

    Size or delete unwanted  entries from tables AllDocStreams,AllDocVersions,EventCache,EventLog  of Sharepoint 2010 content database:
    We using  powershell  scripts to migrate data between   two  sharepoint  2010 sites .
    While  doing migration  we  delete all  document libraries  & list  form  destination  site  and then run  powershell to migrate data from  source to destination. We following this  process
    twice in a week.
    But in doing  so  we found the above mention tables (AllDocStreams,AllDocVersions,EventCache,EventLog ) of destination Sharepoint Content database  are growing at an alarming rate. 
    Wish to know  how  could get rid of  unwanted  data stored in these tables.

    Hi,
    This is old thread but here is your answer for some of the tables you mentioned
    http://blogs.msdn.com/b/sowmyancs/archive/2012/06/29/alldocversions-amp-alldocstreams-table-size-after-upgrading-to-sharepoint-2010.aspx
    Cheers

  • SharePoint 2010 Content database growing too fast

    Hi,
    I have a SharePoint 2010 Content database wss_content_DB which is 197 GB BUT when I calculate my site collection I can see they have used only about 70 GB. I know there is Auditdata table which is about 27 GB. Couple of days ago my content DB was about 105
    GB and it Audit data log was set to unlimited once  I noticed that I set to 90 days since then it jumped to 197 GB.
     I have no idea what is going on.
     Now I need to know
     - why it is showing 197 GB in SQL server
     - How can I trim audit log
     -  Why suddenly it's increased to 197 GB from 105 GB
    Any help will be greatly appreciated.
     Abdul

    There is a way to deal with this table. There is an stsadm command (stsadm -o trimauditlog) as part of the infastructure update that will allow you to manage this data.
    #Powershell Script to trim old AuditData table records.
    $currentDate = Get-Date
    #Number of days we want to keep data in the table
    $NumberOfDays = -90
    $DateToDelete = $currentDate.AddDays($NumberOfDays)
    $DateString = ‘{0:yyyyMMdd}’ -f $DateToDelete
    $STSADMCMD = “stsadm -o trimauditlog -date $DateString -databasename WSS_ContentDB”
    invoke-expression “$STSADMCMD”
    WHY IT SUDDENLY INCREASED:
    Do this query on your SQL Instance: DBCC SQLPERF(logspace)
    This will show you how the size of LOGfiles (LDF) and how much is unused, if you have alot of unused space it indicates you dont have a recent DB backup - normally backup would write log data to MDF file .
    Normally you will not shrink DBs, only if you have deleted alot of data and you are not going to use space again so only do a shrink if you REALLY needs to.
    http://www.microsoft.com/en-us/download/details.aspx?id=24282

  • SharePoint content database size limit

    Hi All,
    I am just verifying whether my method is a right way to do it.
    I created a site collection and I am need to clone the sites. I tried Export/Import but the permissions are not copied as I use a third party tool for column level permission.
    The work around I found is to restore the site with new content database (all permissions are copied). I need to create 100 of those same exact site collection (for different users). I am planning on creating new content database within the same web
    application and resorting the site collection to the new content DB.
    Microsoft supports content DB of 4TB size.
    But my question is if I create multiple content DB (each does not exceed 200 MB) will there be any performance issue? Is it a right way to do it?
    100*200(MB) = close to 2 GB.
    I will be having 5 web application each with the 100 site collection and a content DB for each site collection with 200 MB.
    Is there anything wrong to do it this way?

    Hi Maddy.r,
    from the article it is stated the limit that 500 content database per farm.
    Limit                      
                            Maximum value                      
                            Limit type                      
                            Notes                      
    Number of content databases
    500 per farm
    Supported
    The maximum number of content databases per farm is 500. With 500 content databases per web application, end user operations such as opening the site or site collections are not affected. But administrative operations such as creating a new site collection
    will experience decrease in performance. We recommend that you use Windows PowerShell to manage the web application when a large number of content databases are present, because the management interface might become slow and difficult to navigate.
    sharepoint 2010 and 2013, have difference, and the capability for sharepoint 2013 is better than 2010.
    addition,
    i heard there is solution to have multiple farm instead, since the limitation is by farm, then if you able to create multiple farm, it may increase the bar for your environment limitation.
    http://www.informit.com/articles/article.aspx?p=2131832&seqNum=2
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Reporting Services 2012 in SharePoint 2010 - SQL database edition?

    We currently have a SharePoint 2010 farm, running on a SQL Server 2008 R2 Standard database.  On one of the SharePoint 2010 servers, we have an instance of Reporting Services 2008 Enterprise running in SharePoint integrated mode.  (We require Enterprise
    for data-driven subscriptions)
    We'd like to upgrade to Reporting Services 2012 for Data Alerts and a few other new features.  However, I noticed something on
    this blog stating that the SharePoint 2010 database server edition needs to match the Reporting Services edition. My concern is that I've not seen any official mention of this in Microsoft's documentation, and would like to avoid upgrading to Enterprise
    for the SharePoint 2010 database if I can avoid it.
    So, what I'd like to run is:
    SharePoint 2010
    SharePoint database: SQL Server 2008 R2 Standard
    Reporting Services 2012 Enterprise
    Reporting Services database: same as SharePoint database, so SQL Server 2008 R2 Standard
    Is this possible?  Or do I need to upgrade the SharePoint database to SQL Server 2008 R2 Enterprise?  
    Alternatively, could I install a separate database engine just for Reporting Services to host its databases (for example, SQL Server 2012 Enterprise), so I don't have to mess around with upgrading the SP database?

    While you don't need to upgrade your SQL 2008 R2 to 2012, you will need to install an instance of SQL 2012 & SSRS 2012. They can be side-by-side and independent of each other. The following blog post provides steps to do so,
    http://www.madronasg.com/blog/how-configure-sql-server-reporting-services-2012-use-sharepoint-2010#.UuEVd2Ao74Y
    Dimitri Ayrapetov (MCSE: SharePoint)

  • What are the steps to change existing sharepoint 2010 farm database server to a new server

    Hi
    i have a sharepoint 2010 farm and backend with sqlserver2012 standard edition on windows server 2008 r2 server
    now what are the steps to if  want to  connect this farm to a new sql server 2012 on windows server 2012 server and remove this existing server
    adil

    You have two options:
    Use a SQL Alias and you will then need to swing all databases over to the new SQL Server
    Don't use a SQL Alias and swing all but the Configuration and Administration databases to the new SQL Server, and individually re-configure Service Applications/Web Applications to use the new SQL Server. This will force you to keep the old SQL Server around.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Sharepoint Site and Database Size Conflict

    Hello,
    We are at the initial face of migration from Sharepoint 2010 to Sharepoint online. We have gather all the reports but for some reason, Report for Site show more data size than Content database.
    eg. I have content Database size of 5 GB.
    Site data which also include the subsite size total show as 13 GB. I am confused how is that possible ? Any help appreciated 

    Hi Priti, see the following links for the reason:
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/34ad8581-b4ae-442d-bce5-1a1f72f6e472/sharepoint-site-and-content-database-size-discrepency?forum=sharepointgenerallegacy
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/6b5c33f8-be08-466f-81aa-359f8a03ede5/sharepoint-site-collection-size-vs-database-properties-sizemdf-file-size?forum=sharepointadminprevious
    cameron rautmann

  • Mail Database Size Limit?

    Hello,
    I have an Entourage DB that is over 6GB. Does anyone know if there will be any issues importing a DB this size into Mail and does Mail have a DB size limit? Thanks!

    Hello,
    I cannot speak to how well Mail will import from Entourage, but there is no limit on the Mail folder (which is the database for Mail). Mail has an account folder for each email account you have, as well as still another folder for custom On My Mac mailboxes (folders) you create. Within each account folder there is a set of standard mailbox folders -- INBOX.mbox, Sent Message.mbox, etc. It is only on each xxxx.mbox folder that there are any limits -- roughly each xxxx.mbox should not reach or exceed 2 GB in Mail 2.x or Mail 3.x (Leopard's version).
    Currently my Mail folder is 7.5 GB in total.
    Ernie
    Message was edited by: Ernie Stamper

  • Sharepoint 2010 Configuration failed

    Hi,
    Anyone please help. I'm new to sharepoint 
    After installing the sharepoint in my machine(OS Windows7 ) It showing the Configuration failed in the Share point Product Configuration Wizard.
    Throws the below log message:
    Begin trace logging for SharePoint 2010 Products Configuration Wizard.  Version 14.0.6009.1000
    03/11/2015 19:12:30  1  INF  Entering function PsconfigUserInterfaceMain.Main
    03/11/2015 19:12:30  1  INF    Entering function Common.SetCurrentThreadCultureToInstalledCulture
    03/11/2015 19:12:30  1  INF      Entering function Common.SetThreadCultureToInstalledCulture
    03/11/2015 19:12:30  1  INF        Current thread culture is English (United States), current thread ui culture is English (United States), installed culture is English (United States)
    03/11/2015 19:12:30  1  INF      Leaving function Common.SetThreadCultureToInstalledCulture
    03/11/2015 19:12:30  1  INF      The current ui culture English (United States) is NOT right to left
    03/11/2015 19:12:30  1  INF    Leaving function Common.SetCurrentThreadCultureToInstalledCulture
    03/11/2015 19:12:30  1  INF    Creating the psconfig application context
    03/11/2015 19:12:30  1  INF    Entering function PsconfigApplicationContext.PsconfigApplicationContext
    03/11/2015 19:12:30  1  INF      Entering function UserInterface.UserInterface
    03/11/2015 19:12:30  1  INF      Leaving function UserInterface.UserInterface
    03/11/2015 19:12:30  1  INF      Entering function TaskDriver.TaskDriver
    03/11/2015 19:12:30  1  INF        Entering function TaskDriver.BuildCommandCollection
    03/11/2015 19:12:30  1  INF          Entering function CommandCollectionBase.CommandCollectionBase
    03/11/2015 19:12:30  1  INF          Leaving function CommandCollectionBase.CommandCollectionBase
    03/11/2015 19:12:30  1  INF          Entering function CommandCollection.CommandCollection
    03/11/2015 19:12:30  1  INF          Leaving function CommandCollection.CommandCollection
    03/11/2015 19:12:30  1  INF          Entering function CommandCollectionBase.CommandCollectionBase
    03/11/2015 19:12:30  1  INF          Leaving function CommandCollectionBase.CommandCollectionBase
    03/11/2015 19:12:30  1  INF          Entering function Command.Command
    and etc. repeats the above message.
    Please help me to solve this issue.
    Best regards,
    Renuka.V

    For installing SharePoint 2010 at Windows 7 , You should change SP installer config file to allow client install -
    <Setting Id="AllowWindowsClientInstall" Value="True"/>
    Please follow steps described in these urls,
    http://www.codeproject.com/Tips/373724/SharePoint-Installation-on-Windows
    http://www.codeproject.com/Articles/44210/Installing-SharePoint-Server-on-Windows-x
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • Constant refreshing of IE is only way to get site to display after a SharePoint 2010 Content Database Migration to 2013..why?

    Hi,
    I am having an issue of having to refresh my IE to be able to view a migrated SharePoint 2010 site in 2010 mode in SP2013. Is this Token Service Problem, Request Management problem.....
    Any ideas out there - driving me nuts!
    Thanks.
    John.
    P.S> Still think this could be related to over-provisioned host as all SP Machines are virtual. Won't know for sure until Tuesday.
    Thanks.
    JOhn.

    What are you using Request Management for?
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Target database size limit to monitor

    Hi,
    What is the Maximum database size OEM 10g Grid Control can monitor?
    Regards,
    msen

    I dont think there is limitation on GC for db size. It's monitoring tool. I dont think they have any limitations.

  • Mailbox database size limit

    Hello,
    is there any limit for size of mailbox database file (.edb)? I found in some articles, that limit is 2TB. What happen, if this limit is reached? 
    Thanks
    Br,
    Jan

    The maximum supported size for a database is 16 TB.  However, it's best practice to keep it around 2TB assuming your going with a DAG.  I like to start out with 1 TB, and grow it from there if i really need to.
    https://technet.microsoft.com/en-us/library/ee832792(v=exchg.150).aspx#Best
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread

  • Existing SharePoint 2010 Content Database Attach – No Site Collections

    First, let me start off by saying that I have read every single thread I could find on this subject, such as:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/0c34ca6f-0db1-4d61-a48c-c4704dd86513/currentsitecount-is-zero-in-upgraded-site
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/502459b3-0301-4ac3-bfc4-16ea702bb5bc/empty-site-data-after-mounting-content-database?forum=sharepointadminprevious
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/ec472ed5-4cdd-45ca-a327-ccc34c29c0a4/zero-site-collections-when-restoring-sp2010-content-database?forum=sharepointgeneralprevious
    http://social.technet.microsoft.com/Forums/en-US/c8df1760-275a-43a4-b3fc-cf257c56d8e2/orphaned-entry-in-config-database
    That said, even though my situation is a bit different than those posts, I have tried all the things!
    Let me break it down:
    Our prod server is a sad Frankenstein upgrade from Project/SharePoint 2003 to 2007 to 2010. 
    The problem is not on our prod server.
    Our test server was a database attach installation.  It mostly works. 
    The problem is, we have this old content database which housed the project sites that were created on 2003, then upgraded to 2007, then upgraded to 2010 – but when it attaches to the test server, it's empty.  The "current number of site collections"
    in CA shows 0 and the CurrentSiteCount in powershell = 0.
    We have to keep these sites and their links for compliance reasons (7 year retention policy!) and we haven’t really cared that they aren’t working on the test server…except that we are going to be upgrading to 2013 this year, and that’s a database attach
    no matter what.  So I have to solve this now.
    I’ve checked the following:
    The data is there on the database.
    The database name I’m typing is correct.
    The version of the db is up to date.
    The top level site is set to Exclusion.
    Permissions.
    Here’s what I’ve tried:
    Attaching using powershell
    Attaching using Central Admin
    Detaching and reattaching
    Running psconfig
    Resetting IIS
    When the database is unattached, I have tried the “Recover data from an unattached content database” function – it recognizes the database (if I type it in wrong, it tells me I don’t have access) but then finds nothing in the site collections.
    The prod server is perfectly happy with these sites, and we copied the database from prod after the 2010 upgrade, so I don’t know what the issue is.
    I appreciate any thoughts any of you have.  I’m stumped!
    ElliJ 
    Project Solutions Specialist
    http://projectserverpants.wordpress.com/

    Holy lots of errors, batman!!
    I think it's safe to say that the 2010 upgrade didn't hit all our sites, based on the errors and this post:
    http://social.technet.microsoft.com/Forums/projectserver/en-US/c7b19345-3036-4dc1-a174-026796cdee7c/missing-server-side-dependencies-after-project-server-upgrade-from-2003-to-2010?forum=projserv2010setup
    There are serveral missing setup files and one missing assembly:
    Category        : MissingSetupFile
    Error           : True
    UpgradeBlocking : False
    Message         : File [1033\PWA\lists\wplib\dwp\Updates.dwp] is referenced [27
                      5] times in the database [STS_FSHAREPTP01_1], but is not inst
                      alled on the current farm. Please install any feature/solutio
                      n which contains this file.
    Remedy          : One or more setup files are referenced in the database [STS_F
                      SHAREPTP01_1], but are not installed on the current farm. Ple
                      ase install any feature or solution which contains these file
                      s.
    Category        : MissingAssembly
    Error           : True
    UpgradeBlocking : False
    Message         : Assembly [Microsoft.Office.Project.Server.PWA,Version=12.0.0.
                      0,Culture=neutral,PublicKeyToken=71e9bce111e9429c] is referen
                      ced in the database [STS_FSHAREPTP01_1], but is not installed
                       on the current farm. Please install any feature/solution whi
                      ch contains this assembly.
    Remedy          : One or more assemblies are referenced in the database [STS_FS
                      HAREPTP01_1], but are not installed on the current farm. Plea
                      se install any feature or solution which contains these assem
                      blies.
    I guess the question now is - how do we get it to upgrade ALL of the site collections and sites?  I'm actually pretty sure I can figure it out from here, that test was a huge help, thanks!

Maybe you are looking for

  • Report for Missing qty in stock transfer

    how to Create a Missing Quantity list that gives the difference between sent and received quantities during Stock transfer. and send me tables involved in that, primary keys also

  • Invokin SQL*Loader from a stored procedure

    I try to invoke SQL*LOADER from within a database package by using external C procedure (the procedure calls the system() C function) but the loader generates the following error in its log file : SQL*Loader -523: error -2 writing to file (STDERR) an

  • Generate TOC with Section Markers?

    It's been a while since I've had to setup and create a TOC for a single file long document, but I'm pretty sure that I've created TOCs this way in the past. So, why won't the text in Section Markers show up in the TOC? Is it even possible to generate

  • Adobe reader 9 and acrobat 8.1

    why doeasnt my computer recognise insatlled software when I apon a n adobe document  is this a commmon issue with Vista ???? when I open a adobe document on the web i get an error message that I dont have the neccessary version installed when infact

  • Suppressing smartforms Print dialog box

    Hi,   I want to suppress Print Dialog Box in smartform and directly go to print preview. I have set the CONTROL_PARAMETERS ,NO_DIALOG to 'X' and PREVIEW 'X' but still print dialog box is not suppressed. i even set OUTPUT_OPTIONS-TDDEST but it disappe