Solved! Go to Solution.
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.
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).
Regards,
Jim
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.
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).
Regards,
Jim
Hi Robert,
I tried Data Loader for my table in ArcServer, and I received an error "Cannot load simple table". Any suggestions are greatly appreciated.
Richard
Since writing my last reply I then saw Mark Boucher answer and it reminds me of something I do.
I created a simple batch file to automatically back up the databases I work with on my computer and compress them automatically. 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.
Editing on a personal computer, as Mark wrote, is significantly faster in our environment then working off a hard drive on a server somewhere