Select to view content in your preferred language

GeoDB/DBMS tuning

2374
2
11-18-2012 07:46 PM
AlaaKutbi
Deactivated User
What is the recommended standard tuning needed to be done on a geodatabase on SQL Server 2012 for direct connection or two-tier topology?
0 Kudos
2 Replies
DerekLaw
Esri Esteemed Contributor
Hi Alaa,

This is an older doc, but some of its contents are still applicable:

KB #25040 - FAQ: What are some common ArcSDE SQL Server tuning tasks?


Hope this helps,
0 Kudos
ShannonShields
Esri Contributor
That article is pretty dated - it appears to have been written for much older versions of ArcGIS and SQL Server.

There is really nothing specific to do for SQL Server 2012, other than make sure you apply both ArcGIS 10.1 SP1 and SQL Server 2012 SP1. As it is a new release the first few service packs are useful to apply.

The standard geodatabase maintenance tasks apply - maintain statistics, rebuild indexes if the data is changing a lot, and compress regularly.

And the standard SQL Server tasks apply as well - make sure you have a sound backup and recovery plan, make sure you size your database and logfiles appropriately and do not rely on small autogrowth increments, and keep tempdb on a separate disk if possible.

-Shannon