<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Multiple GDBs vs Single GDB in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290541#M11210</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Enterprise geodatabase model (there is no SDE, only Zool) was originally based on the ODBC model, which only supports tables. No RDBMS supports "folders," it's just database.schema.tablename, so any folder organization would have to be implemented in metadata, which&amp;nbsp;may&amp;nbsp;not be standardized across clients (non-geodatabase, JDBC, ODBC,...), and then you have nightmares like dataset corruption because SQL was used to DROP a table and the metadata was not scrubbed (this is the reason that command-line ArcSDE tools were eliminated after 10.2 -- too much data corruption "using Esri tools").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;99.9% of the time that customers complain about locks interfering with schema change operations, it's because they didn't realize that placing 40 feature classes in a feature dataset meant that any use of any of the FCs generates READ locks on all of the FCs in the FDS.&amp;nbsp; So yes, there's a performance penalty, but more importantly there's a functional complexity penalty.&amp;nbsp; You can't get simpler than a list of table names out of the system catalog.&amp;nbsp; The price is paid for a topology because it's worth what you gain, but I find one level of folder organization to be a paltry gain for what it costs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Apr 2020 03:30:58 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2020-04-17T03:30:58Z</dc:date>
    <item>
      <title>Multiple GDBs vs Single GDB</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290482#M11151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our production enterprise system is currently 1 sde gdb (Sql Server 2014) with several (45 to be exact) datasets and 9 editable versions (based on department). The sheer number of datasets makes it a little cumbersome for users to find what they may be searching for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if anyone has tried breaking down a large sde gdb into several smaller gdbs, perhaps 1 sde gdb per department?&amp;nbsp; If so, is&lt;SPAN style="line-height: 1.5;"&gt; there is a performance advantage of having 1 large sde gdb versus several smaller sde gdbs?&amp;nbsp; Is response time better for smaller gdb versus larger gdbs?&amp;nbsp; Would reducing the number of versions have a benefit on performance?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm hoping to get some pros / cons of having 1 large sde gdb which is like a one-stop-shop for any GIS needs or several smaller sde gdbs meant for departmental needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 16:21:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290482#M11151</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2016-01-19T16:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple GDBs vs Single GDB</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290483#M11152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not a proposal, but a concern.&amp;nbsp;&amp;nbsp; What about ... you lose one...you lose them all.&amp;nbsp; That would be my main concern.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 16:25:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290483#M11152</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-01-19T16:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple GDBs vs Single GDB</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290484#M11153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean database corruption, or something similar?&amp;nbsp; If so, I would think having several smaller gdbs would be advantageous, not a disadvantage.&amp;nbsp; If 1 gdb became corrupt, it's not a total loss of data.&amp;nbsp; In terms of backups, our Sql backups are automated by our DBA, so, personally, I'm not terribly concerned with a db becoming corrupt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the server itself became non-functional, it wouldn't really matter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 16:32:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290484#M11153</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2016-01-19T16:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple GDBs vs Single GDB</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290485#M11154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds nightmarish to me; I'd be inclined to split them off.&amp;nbsp; A little more work up front for you, but long term, I think easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like &lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt; says: lose one lose them all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've gone the multi-version one db route.&amp;nbsp; Hated it; left me wondering what the final edit should be with conflicts.&amp;nbsp; Do you really have datasets pr do you mean feature classes?&amp;nbsp; Actual datasets in SDE are in and of themselves nightmarish imho....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 16:34:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290485#M11154</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2016-01-19T16:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple GDBs vs Single GDB</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290486#M11155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps break it down by usage type instead (this is extremely simplified).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Publish (read-only, non-versioned)&lt;/P&gt;&lt;P&gt;Edit (versioned workspace)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Publish data would be highly-available data that is not affected by versioning/editing overhead and easily consumed by data viewers and probably a better option if you intend to publish services off of the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The edit data would only be available to editors and internal applications that require edit and/or versioned processes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'd need to have some extract-load processes in place to move data between the two environments, but you'd de-couple the versioning/editing from the published data for enterprise usage.&amp;nbsp; This way db admin tasks that require more involved/time consuming processes will not affect published, widely used data).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 16:44:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290486#M11155</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2016-01-19T16:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple GDBs vs Single GDB</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290487#M11156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the 10 years I've been doing SDE administration, I've seen pros and cons for both configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a SQL environment, I prefer multiple databases.&amp;nbsp; I find that it makes everything easier for the end user to understand.&amp;nbsp; It gives you an additional level of organization for data as well.&amp;nbsp; I also find user management easier by only adding who needs read/write to specific datasets to only the databases they need.&amp;nbsp; Everything else is maintained with a read-only group.&amp;nbsp; It really doesn't have an impact on performance as long as you right-size your environment. We are currently running over a dozen Enterprise Geodatabases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 16:44:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290487#M11156</guid>
      <dc:creator>JacobBoyle</dc:creator>
      <dc:date>2016-01-19T16:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple GDBs vs Single GDB</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290488#M11157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/4422"&gt;Joe Borgione&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you end up splitting up your multi-version one gdb?&amp;nbsp; If so, do you find performance advantages?...administrative advantages?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...and yes, 45 datasets containing 278 feature classes.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="283" src="https://community.esri.com/legacyfs/online/170811_pastedImage_0.png" style="width: 433px; height: 282.761px;" width="433" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 16:46:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290488#M11157</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2016-01-19T16:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple GDBs vs Single GDB</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290489#M11158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/7306"&gt;James Crandall&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have thought about this approach as well, and already kind of have it implemented in our 1 production sde gdb.&amp;nbsp; We have 'Publish' datasets that are non-versioned and read-only.&amp;nbsp; These are mainly datasets that do not change over time or are feature classes that are produced from other business systems through views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our web side of things is a replicated file gdb on our app server.&amp;nbsp; This is meant to separate our web environment from our production environment and has dramatically reduced the number of connections to our production sde gdb.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 16:49:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290489#M11158</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2016-01-19T16:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple GDBs vs Single GDB</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290490#M11159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;​ - That's why we create backups. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp; You could then store these backups elsewhere and then load the backup on a new machine if you need to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/37977"&gt;Matthew Boyle&lt;/A&gt;​ - I think the main advantage to having it all on one SDE server is that it is centrally located and you do not have departments with duplicate files floating around in their database.&amp;nbsp; This means that the water department can modify and update their mains while the planning department can use the latest datasets from the water department within their maps.&amp;nbsp; You can furthermore, set permissions on the users of the database so they cannot modify datasets that their department does not have explicit permission over.&amp;nbsp; As in my previous example, the planning department cannot modify the water mains, they can only view them.&amp;nbsp; This allows the water department to be in charge of the creation and management of water mains while other departments can only use them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as a performance increase from one database versus multiple, I cannot speak upon this.&amp;nbsp; If its all on the same machine, I would assume that it would decrease performance but I am not sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 17:00:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290490#M11159</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2016-01-19T17:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple GDBs vs Single GDB</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290491#M11160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Duh...&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt; I know about backups, hence there is no reason to pile everything into one&amp;nbsp; in the first place (this of course assumes that people verify the validity of their backups... something I have seen "go-south" when a backup was needed)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 17:03:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290491#M11160</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-01-19T17:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple GDBs vs Single GDB</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290492#M11161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;​ - haha, unfortunately we've been bitten by the backup validity as well &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 17:06:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290492#M11161</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2016-01-19T17:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple GDBs vs Single GDB</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290493#M11162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's not a lot &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/170820_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's just one of 12 databases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 18:18:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290493#M11162</guid>
      <dc:creator>JacobBoyle</dc:creator>
      <dc:date>2016-01-19T18:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple GDBs vs Single GDB</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290494#M11163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding some more ESRI enterprise geodatabase folks in case they want to weigh in:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/8586"&gt;Jake Skinner&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3051"&gt;Vince Angelo&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/31350"&gt;Asrujit SenGupta&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 18:55:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290494#M11163</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2016-01-19T18:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple GDBs vs Single GDB</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290495#M11164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didn't split up the db's, got rid of the versions instead;&amp;nbsp; mine is a much smaller operation than what you and &lt;A href="https://community.esri.com/migrated-users/5748"&gt;Jacob Boyle&lt;/A&gt;​ describe; just a few feature classes.&amp;nbsp; I started with one version per user.&amp;nbsp; That got old fast.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do have a couple of databases now; an edit database and I replicate to a readonly&amp;nbsp; SDE database for non-editing users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, any and all published data comes from a File Geodatabase, that is a child from the edit SDE in a one-way, parent to child replication set up.&amp;nbsp; Database replication is the best thing since hash browns imho....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 18:59:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290495#M11164</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2016-01-19T18:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple GDBs vs Single GDB</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290496#M11165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They better be paying you an awful lot!&amp;nbsp; ( &lt;A href="https://community.esri.com/migrated-users/5748"&gt;Jacob Boyle&lt;/A&gt;​ )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 19:02:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290496#M11165</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2016-01-19T19:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple GDBs vs Single GDB</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290497#M11166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forty-five databases is quite a few.&amp;nbsp; The rule of thumb I'd recommend is to focus on use patterns -- Keep stuff which is used together near to one another.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RDBMSes are designed to work well with lots of rows, but not so much with lots of tables. Databases are an excellent way to isolate the table count between objects that are &lt;STRONG&gt;&lt;EM&gt;never&lt;/EM&gt;&lt;/STRONG&gt; used together, but I expect there's a Law of Diminishing Returns with respect to Too Many Databases.&amp;nbsp; You may find that bumping up the RAM on the database server is enough to keep up with a large pool of databases, but at some point, the additional worker processes are going to start impacting your available CPU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do keep a close eye on best practices with respect to feature datasets:&amp;nbsp; Using FDS as a "folder" solely for UI presentation is a burden on your geodatabase.&amp;nbsp; There are a number of places where Desktop performance is linked to O(number_of_featuredatasets) and O(number_of_featuredatasets^2).&amp;nbsp; I realize that presenting oodles of tables can be a burden as well, but clever naming policies can handle many of the "flat" presentation issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 21:17:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290497#M11166</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2016-01-19T21:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple GDBs vs Single GDB</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290498#M11167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3051"&gt;Vince Angelo&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's interesting about the datasets.&amp;nbsp; Would you recommend &lt;EM&gt;&lt;STRONG&gt;not&lt;/STRONG&gt;&lt;/EM&gt; using datasets unless complex functions (i.e. topology, geometric networks) are needed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 21:26:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290498#M11167</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2016-01-19T21:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple GDBs vs Single GDB</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290499#M11168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&amp;nbsp; It would be difficult to find a geodatabase SME who would recommend otherwise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 03:43:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290499#M11168</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2016-01-20T03:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple GDBs vs Single GDB</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290500#M11169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great question,&lt;/P&gt;&lt;P&gt;I work for a medium size municipality and had tried a department split by database, so that our Utilities was in one, Public Works in another, Raster in another, and general edit database for everything else.&amp;nbsp; Then replicate all to a production database that all others (non editors, public) could get current info from.&amp;nbsp; It was all still on one SQL instance. This worked to isolate editing, so that utilities editors could edit utilities data and so forth, but limited use for other editors.&amp;nbsp; It also increased the amount of management for all the databases. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have since moved to the Local Government model for all edits. Similar set up to what James Crandall discussed. We have one database for all edits, that replicate to a production database (view only), with a static database for raster / contour info, a back up, and test database. The replication is handled on a nightly sync that is automated, so that production is only 1 day older than edit.&amp;nbsp; All services are pulled form production. It is working well, with less management, and other editors are not limited by what they have access to.&amp;nbsp; We have started utilizing table views to stream line what some users need in production.&amp;nbsp; I will say its a bit slower than how it was, but for me only managing it in my spare time, it is a better fit.&amp;nbsp; However we are thinking of now isolating our parcel fabric to its own database because of the sheer volume of records, and transactions.&amp;nbsp; Hope this is helpful for you Matt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Vince I was not aware how the RDBMS handle datasets I will consider this for future&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Allen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 17:23:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290500#M11169</guid>
      <dc:creator>RobertWright1</dc:creator>
      <dc:date>2016-01-21T17:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple GDBs vs Single GDB</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290501#M11170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one part of your question that stands out to me beyond the organization and number of databases.&amp;nbsp; No matter what ends up working best for your organization from a backup and database organizational stand point, the behind the scenes parts, is the focus on the customer.&amp;nbsp; You said, "&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;The sheer number of datasets makes it a little cumbersome for users to find what they may be searching for".&amp;nbsp; We have a large vector database for view/query, a number of raster databases, and a few editing databases.&amp;nbsp; But we guide staff away from "digging" in the databases.&amp;nbsp; With the last upgrade to 10.3 we avoided even giving them connection files.&amp;nbsp; We provide group layer files, by theme.&amp;nbsp; In our case they go to an internal webpage and find the theme they have interest in and load that layer file into Desktop.&amp;nbsp; These layer files also relate directly to a webapp we have for staff and citizens.&amp;nbsp; So if you use one to explore data, you can use the other.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 17:59:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multiple-gdbs-vs-single-gdb/m-p/290501#M11170</guid>
      <dc:creator>JoeSapletal</dc:creator>
      <dc:date>2016-01-21T17:59:18Z</dc:date>
    </item>
  </channel>
</rss>

