Current Data Loading Approach:
Currently, I use the Append tool to load data. Initially, I truncate the entire table and then load the data using the Append tool. However, this approach causes the data to be inserted into delta tables, leading to their continuous growth, which may negatively impact overall database performance.
Why Did I Enable Versioning and Archiving?
We have a few feature classes that are part of a topology and are used in Field Maps with sync-enabled feature services. Additionally, we created several relational tables in the spatial database that are updated daily from a non-spatial database.
To publish these tables with sync-enabled services and display this relational data in Field Maps, we need to enable versioning and archiving on the tables.
How Should the Data Be Loaded into These Tables?
What are the best practices for updating this data daily?
Could you suggest a more efficient approach?