<?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: Identify Unused Versions in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/identify-unused-versions/m-p/620492#M35059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's really, &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;really&lt;/SPAN&gt;&lt;SPAN&gt; important to understand that there is no such thing as an&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"unused version".&amp;nbsp; Versions, by themselves, are not very important -- all they do&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is provide a name to a state.&amp;nbsp; But applying that name to a state other than 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;will prevent the state tree from being pruned -- just having a version means the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;state is in use.&amp;nbsp; ArcGIS uses the list of versions to determine how to compress &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the state tree.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Any&lt;/SPAN&gt;&lt;SPAN&gt; version has the potential to prevent compression, not just &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;old ones (though older versions are more likely to point to older states).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The geodatabase administrator needs to actively monitor the state tree, to make&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sure optimal compression is occurring on a regular basis.&amp;nbsp; It's unlikely there could &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;be a fully automated process to review whether versions are "stale" (and should be &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;deleted) without a significant risk of deleting versions which are important.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2014 16:31:54 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2014-06-27T16:31:54Z</dc:date>
    <item>
      <title>Identify Unused Versions</title>
      <link>https://community.esri.com/t5/data-management-questions/identify-unused-versions/m-p/620490#M35057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know of a way to identify versions that are unused, perhaps by checking to see how long ago edits were made to a particular version.&amp;nbsp; I'm asking because I have many versions that were created for individual users and I suspect that lots of them were never used.&amp;nbsp; I'd like to get rid of the extras without having to delete every version if possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 21:22:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/identify-unused-versions/m-p/620490#M35057</guid>
      <dc:creator>DavidAglietti</dc:creator>
      <dc:date>2014-06-26T21:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Unused Versions</title>
      <link>https://community.esri.com/t5/data-management-questions/identify-unused-versions/m-p/620491#M35058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can check when a version was last modified by right-clicking on the geodatabase connection &amp;gt; Administration &amp;gt; Administer Geodatabase &amp;gt; Versions tab.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]34946[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 10:15:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/identify-unused-versions/m-p/620491#M35058</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2014-06-27T10:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Unused Versions</title>
      <link>https://community.esri.com/t5/data-management-questions/identify-unused-versions/m-p/620492#M35059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's really, &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;really&lt;/SPAN&gt;&lt;SPAN&gt; important to understand that there is no such thing as an&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"unused version".&amp;nbsp; Versions, by themselves, are not very important -- all they do&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is provide a name to a state.&amp;nbsp; But applying that name to a state other than 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;will prevent the state tree from being pruned -- just having a version means the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;state is in use.&amp;nbsp; ArcGIS uses the list of versions to determine how to compress &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the state tree.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Any&lt;/SPAN&gt;&lt;SPAN&gt; version has the potential to prevent compression, not just &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;old ones (though older versions are more likely to point to older states).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The geodatabase administrator needs to actively monitor the state tree, to make&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sure optimal compression is occurring on a regular basis.&amp;nbsp; It's unlikely there could &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;be a fully automated process to review whether versions are "stale" (and should be &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;deleted) without a significant risk of deleting versions which are important.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 16:31:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/identify-unused-versions/m-p/620492#M35059</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-06-27T16:31:54Z</dc:date>
    </item>
  </channel>
</rss>

