Hi
I have an implementation for a workflow of GIS data like this,
-A process loads a shape in the ArcSDE layer1, through ARCPY (insert )
-A workflow approves the shape and data is appended to layer2 (append management)
-Data/shape is deleted from the layer1 (delete management)
-this is highly available system with some ~100 jobs everyday or may be ~400 jobs a week for append and delete.
You can see the delete happens in the layer1 only and layer2 gets the append, data is deleted sometimes from layer2 but not very oftenly.
After some time like 4-6 months, the layer append in layer2 gets very very slow. Database team says that data is fragmented by constant update and deletes.
What else is the option of using the functions from the ArcPy or the other workflow.
thanks for the help.
I have an implementation for a workflow of GIS data like this,
-A process loads a shape in the ArcSDE layer1, through ARCPY (insert )
-A workflow approves the shape and data is appended to layer2 (append management)
-Data/shape is deleted from the layer1 (delete management)
-this is highly available system with some ~100 jobs everyday or may be ~400 jobs a week for append and delete.
You can see the delete happens in the layer1 only and layer2 gets the append, data is deleted sometimes from layer2 but not very oftenly.
After some time like 4-6 months, the layer append in layer2 gets very very slow. Database team says that data is fragmented by constant update and deletes.
What else is the option of using the functions from the ArcPy or the other workflow.
thanks for the help.