<?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: Export delta tables? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/export-delta-tables/m-p/85860#M4973</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can't send just the delta tables if you're not using versioned geodatabases (no delta&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tables to send, for one, besides, not all the deltas make it into the base table).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Replication is very powerful, but adds a UUID field requirement to versioning.&amp;nbsp; If the data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is being regenerated from an external source, replication could not distinguish unchanged&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rows, while using a hashing function to pick the columns that matter could.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had a daily job to evaluate the results of a 5 hour long data processing job.&amp;nbsp; It took 5-7&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;minutes to detect changes, and another 5-10 minutes on the receiving end to import&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;not more than 50Mb of changes.&amp;nbsp; I also had a feedback loop to transmit the state of the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;receiving end, to make sure the two tables stayed in sync.&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, 21 Sep 2012 18:50:11 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2012-09-21T18:50:11Z</dc:date>
    <item>
      <title>Export delta tables?</title>
      <link>https://community.esri.com/t5/data-management-questions/export-delta-tables/m-p/85856#M4969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to export delta tables? We're looking at a workflow to provide change only data to another entity on a weekly or monthly basis. If so, what info exactly is in the delta tables? All attributes of the feature created/changed, or something else? Not sure if the delta table keeps the old data or just new data; wondering if we could use the exported delta table with the updated feature to create a feature class to show before/after features. Currently on SDE 10.0 non-versioned, will be upgrading to 10.1 in a few months, versioning undecided. Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 15:34:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-delta-tables/m-p/85856#M4969</guid>
      <dc:creator>Zeke</dc:creator>
      <dc:date>2012-09-21T15:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Export delta tables?</title>
      <link>https://community.esri.com/t5/data-management-questions/export-delta-tables/m-p/85857#M4970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would look into replication.&amp;nbsp; You could do a 1-way replication with that other organization you need to share with.&amp;nbsp; This way your data is not changed but all changes from the last sync is captured and shared with the other organization.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 15:52:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-delta-tables/m-p/85857#M4970</guid>
      <dc:creator>KevinDunlop</dc:creator>
      <dc:date>2012-09-21T15:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Export delta tables?</title>
      <link>https://community.esri.com/t5/data-management-questions/export-delta-tables/m-p/85858#M4971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What sort of volume are you talking about?&amp;nbsp; How many tables? Are you using ArcGIS &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to edit the tables right now?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've used a simple hashing function to identify row change, and built views to export&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;insert, update, and delete messages (as ASCII files) to synch data between two&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;air-gapped systems.&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, 21 Sep 2012 16:17:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-delta-tables/m-p/85858#M4971</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-09-21T16:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Export delta tables?</title>
      <link>https://community.esri.com/t5/data-management-questions/export-delta-tables/m-p/85859#M4972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Kevin, Vince. The basic scenario right now is that the county needs any new, updated or deleted city street and city boundary data, but they don't want all the data every time, just changes. They'd get this data weekly, possibly monthly. It shouldn't be a whole lot of data. We want the process to be as simple and quick as possible on our end.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using ArcGIS to edit. Not familiar with replication, will look into it. I was thinking that just sending the delta tables would work, but then again, not really familiar with them in detail either.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 16:59:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-delta-tables/m-p/85859#M4972</guid>
      <dc:creator>Zeke</dc:creator>
      <dc:date>2012-09-21T16:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Export delta tables?</title>
      <link>https://community.esri.com/t5/data-management-questions/export-delta-tables/m-p/85860#M4973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can't send just the delta tables if you're not using versioned geodatabases (no delta&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tables to send, for one, besides, not all the deltas make it into the base table).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Replication is very powerful, but adds a UUID field requirement to versioning.&amp;nbsp; If the data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is being regenerated from an external source, replication could not distinguish unchanged&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rows, while using a hashing function to pick the columns that matter could.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had a daily job to evaluate the results of a 5 hour long data processing job.&amp;nbsp; It took 5-7&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;minutes to detect changes, and another 5-10 minutes on the receiving end to import&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;not more than 50Mb of changes.&amp;nbsp; I also had a feedback loop to transmit the state of the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;receiving end, to make sure the two tables stayed in sync.&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, 21 Sep 2012 18:50:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-delta-tables/m-p/85860#M4973</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-09-21T18:50:11Z</dc:date>
    </item>
  </channel>
</rss>

