ArcGIS Pro API - Very slow update with very big geometries

377
0
05-09-2019 02:41 AM
MortenJespersen1
New Contributor III

I am experiencing extremely slow execution times when updating (or creating) very big geometries with 100.000+ vertices. My geodatabase is running on Oracle 12 wit sdo geometries. 

I have two different methods: 

  1. Using EditOperation.Update()
  2. Finding the feature in it's ArcGIS Pro Layer, updating geometries and attributes and using Feature.Store(). 

Both methods are equally slow, when operating with very big geometries. Smaller geoetries performs satisfactory with either althought the method 1. seems faster. 

What could be the issue here ? And what could I do to make it faster? 

0 Replies