<?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: Appending Data periodically to a SDE Feature Class in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/appending-data-periodically-to-a-sde-feature-class/m-p/479974#M27337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you just enable editor tracking?&lt;/P&gt;&lt;P&gt;This provides created / edited dates and users automatically.&lt;/P&gt;&lt;P&gt;See here :&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000016p000000"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000016p000000&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 May 2015 07:27:30 GMT</pubDate>
    <dc:creator>NeilAyres</dc:creator>
    <dc:date>2015-05-11T07:27:30Z</dc:date>
    <item>
      <title>Appending Data periodically to a SDE Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/appending-data-periodically-to-a-sde-feature-class/m-p/479973#M27336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm pretty new to this but we have a ArcGIS database with many Feature Classes.&lt;/P&gt;&lt;P&gt;I have one Feature Class with around 65,000 objects which I want to update on a monthly basis.&lt;/P&gt;&lt;P&gt;I need to be able to compare records from one month to the other.&lt;/P&gt;&lt;P&gt;What is the best practise to do this?&lt;/P&gt;&lt;P&gt;I was thinking of utilising a date-loaded field so that I can compare the months?&lt;/P&gt;&lt;P&gt;Or should I be using versioning?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Feature Class will eventually have &amp;gt; 1,000,000 records if I keep appending new monthly data to this feature class each month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am hoping to compare changes in objects across many months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 01:45:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/appending-data-periodically-to-a-sde-feature-class/m-p/479973#M27336</guid>
      <dc:creator>timdunlevie</dc:creator>
      <dc:date>2015-05-11T01:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Data periodically to a SDE Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/appending-data-periodically-to-a-sde-feature-class/m-p/479974#M27337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you just enable editor tracking?&lt;/P&gt;&lt;P&gt;This provides created / edited dates and users automatically.&lt;/P&gt;&lt;P&gt;See here :&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000016p000000"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000016p000000&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 07:27:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/appending-data-periodically-to-a-sde-feature-class/m-p/479974#M27337</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-05-11T07:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Data periodically to a SDE Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/appending-data-periodically-to-a-sde-feature-class/m-p/479975#M27338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good point…thanks.&lt;/P&gt;&lt;P&gt;I guess I’m worried that with months of updates (potentially years and appending lots of objects ~ 60K each time) might cause some speed issues to the Database down the track?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 07:39:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/appending-data-periodically-to-a-sde-feature-class/m-p/479975#M27338</guid>
      <dc:creator>timdunlevie</dc:creator>
      <dc:date>2015-05-11T07:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Data periodically to a SDE Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/appending-data-periodically-to-a-sde-feature-class/m-p/479976#M27339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best practice is to only change the objects that really change.&amp;nbsp; I'd use a parallel table which is truncated with each new batch, then only add new records and update changed ones.&amp;nbsp; This will require a unique key which is not the rowid column (something in the data).&amp;nbsp; Archive History may also be of use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 11:02:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/appending-data-periodically-to-a-sde-feature-class/m-p/479976#M27339</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2015-05-11T11:02:21Z</dc:date>
    </item>
  </channel>
</rss>

