Hello,
I am working with an enterprise GIS systems that consists of a multiversioned geodatabase and ArcGIS server map services/web sites. Here are some basics about our system:
ArcGIS Server 10.0/Oracle 11g
5 editable feature classes, each with their own version (using the "multi-project" version scenario).
Edit workflow consists of users connecting to their version of the database, bulk deleting records, and then reloading new records into the feature class.
Total features in feature class are about 200,000, with about 5,000 edits per day.
We have a number of spatial views using the feature classes. We have looked into using multi-version views, but they don't seem to give us enough flexibility for the complexity of the views we are using.
So our problem...when users edit the feature classes, the reconcile/post up to default once complete. In ArcMap, the default/production data looks fine. But the spatial views do not reflect the updates, since they are not aware of the adds/deletes tables. We have tried to reconcile/post everything, then compress the geodatabase, but that does not fix the problem. Adds/deletes tables still have all the modified data, while the base table does not reflect the edits. Only "solution" to this is to unregister/re-register the feature class. This causes problems cause we can't continually stop the map services to remove the locks to perform this "maintenance" on the geodatabase. We went to SDE for this data for the "enterprise" solution. But the solution is a manual one, and requires down time of the map services/web site on a daily basis.
Also, with the number of edits to the tables, the general performance of the feature class comes to a crawl after a few days, due to the excessive number of records in the delta tables. We have traced the SQL in Oracle...and there are some interesting joins going on between the lineages/states/adds/deletes/base tables...
Hopefully we are just missing some configuration/workflow issue and we can get this problem resolved 🙂
Any thoughts/suggestions are welcome!
Wendy