<?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: Better method than APPEND? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/better-method-than-append/m-p/232543#M13225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since writing my last reply I then saw Mark Boucher answer and it reminds me of something I do.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I created a simple batch file to automatically back up the databases I work with on my computer and compress them automatically.&amp;nbsp; I simply click the icon first thing every morning and it starts the programs I want every morning (email, browser, ArcGIS), compresses my active databases and backs them up to the network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Editing on a personal computer, as Mark wrote, is significantly faster in our environment then working off a hard drive on a server somewhere&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Dec 2015 13:42:32 GMT</pubDate>
    <dc:creator>RobertBorchert</dc:creator>
    <dc:date>2015-12-08T13:42:32Z</dc:date>
    <item>
      <title>Better method than APPEND?</title>
      <link>https://community.esri.com/t5/data-management-questions/better-method-than-append/m-p/232538#M13220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am processing @ 5,000 small tables (Info tables). They are the result of an intersect and summary statistics for each element of a polygon grid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I now wish to get all tabular information into a single table. I am using python with an iterator and Append_Management, but it is slow (about 1 hour per 1,000 tables). Is there a better way to accomplish this? All tables have the same schema, only different number of rows(1 to 12).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 15:56:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/better-method-than-append/m-p/232538#M13220</guid>
      <dc:creator>JimCousins</dc:creator>
      <dc:date>2014-03-18T15:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Better method than APPEND?</title>
      <link>https://community.esri.com/t5/data-management-questions/better-method-than-append/m-p/232539#M13221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think your stuck with what you are going.&amp;nbsp; Actually an hour to append 1000 tables does not sound bad.&amp;nbsp; Processing speed is dependent on size of the tables and the number of tables associated with the append.&amp;nbsp; In this case 5000 tables is certainly a slow down factor, even if they are small.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Data loader is faster because your not in an edit session.&amp;nbsp; However, setting it up would be cumbersom.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am processing @ 5,000 small tables (Info tables). They are the result of an intersect and summary statistics for each element of a polygon grid.&lt;BR /&gt;I now wish to get all tabular information into a single table. I am using python with an iterator and Append_Management, but it is slow (about 1 hour per 1,000 tables). Is there a better way to accomplish this? All tables have the same schema, only different number of rows(1 to 12).&lt;BR /&gt;Regards,&lt;BR /&gt;Jim&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 17:46:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/better-method-than-append/m-p/232539#M13221</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2014-03-18T17:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Better method than APPEND?</title>
      <link>https://community.esri.com/t5/data-management-questions/better-method-than-append/m-p/232540#M13222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, Robert. It is helpful to know I have not overlooked the obvious.... Again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 18:44:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/better-method-than-append/m-p/232540#M13222</guid>
      <dc:creator>JimCousins</dc:creator>
      <dc:date>2014-03-18T18:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Better method than APPEND?</title>
      <link>https://community.esri.com/t5/data-management-questions/better-method-than-append/m-p/232541#M13223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Editing over a network is slow. If you are working over a network, copy the data to your local drive, edit it faster, then copy it back. Just a thought.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 22:53:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/better-method-than-append/m-p/232541#M13223</guid>
      <dc:creator>MarkBoucher</dc:creator>
      <dc:date>2014-03-19T22:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Better method than APPEND?</title>
      <link>https://community.esri.com/t5/data-management-questions/better-method-than-append/m-p/232542#M13224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;I tried Data Loader for my table in ArcServer, and I received an error "Cannot load simple table".&amp;nbsp;&amp;nbsp; Any suggestions are greatly appreciated.&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 23:59:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/better-method-than-append/m-p/232542#M13224</guid>
      <dc:creator>RichardTruong</dc:creator>
      <dc:date>2015-12-06T23:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Better method than APPEND?</title>
      <link>https://community.esri.com/t5/data-management-questions/better-method-than-append/m-p/232543#M13225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since writing my last reply I then saw Mark Boucher answer and it reminds me of something I do.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I created a simple batch file to automatically back up the databases I work with on my computer and compress them automatically.&amp;nbsp; I simply click the icon first thing every morning and it starts the programs I want every morning (email, browser, ArcGIS), compresses my active databases and backs them up to the network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Editing on a personal computer, as Mark wrote, is significantly faster in our environment then working off a hard drive on a server somewhere&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 13:42:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/better-method-than-append/m-p/232543#M13225</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2015-12-08T13:42:32Z</dc:date>
    </item>
  </channel>
</rss>

