<?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: Is it absolutely necessary to separate user data from system tables in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/is-it-absolutely-necessary-to-separate-user-data/m-p/1207230#M44200</link>
    <description>&lt;P&gt;It is not based on avoiding the tablespace to fill up, I think it has to do with a "separation of powers" and limiting potential impact to the separate schemas.&lt;/P&gt;&lt;P&gt;Here is a link to some good Geodatabase admin information;&amp;nbsp;&lt;A href="https://community.esri.com/t5/mapping-blog/pro-3-x-database-guide-books-for-mapping-amp/ba-p/1190601" target="_blank"&gt;https://community.esri.com/t5/mapping-blog/pro-3-x-database-guide-books-for-mapping-amp/ba-p/1190601&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It may not be the exact extensions that you use but is still good information.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Aug 2022 14:36:40 GMT</pubDate>
    <dc:creator>George_Thompson</dc:creator>
    <dc:date>2022-08-29T14:36:40Z</dc:date>
    <item>
      <title>Is it absolutely necessary to separate user data from system tables</title>
      <link>https://community.esri.com/t5/data-management-questions/is-it-absolutely-necessary-to-separate-user-data/m-p/1207062#M44196</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am wondering the reason of separating user data tablespace from SDE system tablespace. I know its better to separate them to avoid SDE tablespace from filling up. But, what if the SDE tablespace has space autoincrement&amp;nbsp; turned on ?&lt;/P&gt;&lt;P&gt;How does the separation of tablespace relate to database backup ? Would it be easier to backup and restore when they are separated or otherwise ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need your advice&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 04:16:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-it-absolutely-necessary-to-separate-user-data/m-p/1207062#M44196</guid>
      <dc:creator>yockee</dc:creator>
      <dc:date>2022-08-29T04:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is it absolutely necessary to separate user data from system tables</title>
      <link>https://community.esri.com/t5/data-management-questions/is-it-absolutely-necessary-to-separate-user-data/m-p/1207172#M44198</link>
      <description>&lt;P&gt;It is not necessary, but recommended to separate the system tables (SDE schema items) and data owner(s) tables (i.e., DATA / GIS / etc.)&lt;/P&gt;&lt;P&gt;In terms of backup / restore, as long as you export the SDE schema as part of the backup and import the SDE schema FIRST then the other data schemas, then it does not really matter.&lt;BR /&gt;&lt;BR /&gt;I could see how having only one tablespace would make it easier. So ultimately it is your (or the DBA's call).&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 12:48:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-it-absolutely-necessary-to-separate-user-data/m-p/1207172#M44198</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2022-08-29T12:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is it absolutely necessary to separate user data from system tables</title>
      <link>https://community.esri.com/t5/data-management-questions/is-it-absolutely-necessary-to-separate-user-data/m-p/1207181#M44199</link>
      <description>&lt;P&gt;So, if the reason of separating tablespace is based on avoiding the system table to fill up, then it is not exactly correct because the tablespace, where system table resides, can be set to automatically increment its size. Correct ?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 13:15:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-it-absolutely-necessary-to-separate-user-data/m-p/1207181#M44199</guid>
      <dc:creator>yockee</dc:creator>
      <dc:date>2022-08-29T13:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is it absolutely necessary to separate user data from system tables</title>
      <link>https://community.esri.com/t5/data-management-questions/is-it-absolutely-necessary-to-separate-user-data/m-p/1207230#M44200</link>
      <description>&lt;P&gt;It is not based on avoiding the tablespace to fill up, I think it has to do with a "separation of powers" and limiting potential impact to the separate schemas.&lt;/P&gt;&lt;P&gt;Here is a link to some good Geodatabase admin information;&amp;nbsp;&lt;A href="https://community.esri.com/t5/mapping-blog/pro-3-x-database-guide-books-for-mapping-amp/ba-p/1190601" target="_blank"&gt;https://community.esri.com/t5/mapping-blog/pro-3-x-database-guide-books-for-mapping-amp/ba-p/1190601&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It may not be the exact extensions that you use but is still good information.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 14:36:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-it-absolutely-necessary-to-separate-user-data/m-p/1207230#M44200</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2022-08-29T14:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is it absolutely necessary to separate user data from system tables</title>
      <link>https://community.esri.com/t5/data-management-questions/is-it-absolutely-necessary-to-separate-user-data/m-p/1207236#M44201</link>
      <description>&lt;P&gt;Fragmentation is the thing that kills database performance. By mixing "system" data and "user" data, you increase fragmentation.&amp;nbsp; The auto-increment on the SDE tablespace should be small, while the auto-increment on user data should be large (again, to avoid fragmentation).&lt;/P&gt;&lt;P&gt;The same principle should be applied to OS disks (C: for Microsoft, D:,E:,... for&amp;nbsp; applications; / &amp;amp; usr for Linux, /dataN for applications).&lt;/P&gt;&lt;P&gt;You don't have to conform to best practice, but you don't have to have optimal performance, either.&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 14:52:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-it-absolutely-necessary-to-separate-user-data/m-p/1207236#M44201</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2022-08-29T14:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is it absolutely necessary to separate user data from system tables</title>
      <link>https://community.esri.com/t5/data-management-questions/is-it-absolutely-necessary-to-separate-user-data/m-p/1207259#M44202</link>
      <description>&lt;P&gt;yes, the sde geodatabase repository tables must be stored in a separate tablespace from the data owner gis data, this is a database administration best practices and helps with datafiles contention and fragmentation and with maintenance tasks such as gather statistics and rebuild indexes, and to go further you shall separate tables and indexes to get even more benefits in these areas. If you are interested read my database best practices guide books in the link below, it is full of best practices and template scripts that you can use.&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/mapping-and-charting-solutions-mcs-enterprise/ba-p/893351" target="_blank"&gt;Mapping and Charting Solutions (MCS) Enterprise Da... - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 15:28:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-it-absolutely-necessary-to-separate-user-data/m-p/1207259#M44202</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2022-08-29T15:28:11Z</dc:date>
    </item>
  </channel>
</rss>

