A GIS database administrator needs to identify any performance issues with a nightly load process. Upon further research, the database administrator discovers the following:
• A table with 20 million rows is reloaded each night
• This existing table is truncated before an Append is executed
• There are three attributes in addition to objectid and geometry, one of which is a unique text identifier
• The unique index is removed before Append and created again after Append
• The Append operation takes 120 minutes to complete
What should the administrator recommend?
Submit