Is there a known issue with performance of edit operations in V2 ?
I'm adding thousands of points to a filegeodb Point feature class
Using a EditOperation.Create() & MapPointBuilder.CreateMapPoint().
In v1.4 adding 3k points , the EditOp.ExecuteAsync() took 9 secs to execute,
Same code in v2.0 is now taking 70 secs.
Also, it now seems to scale poorly with larger datasets.
So for a more realistic operation of 50k points is now taking 35 minutes !
Can anyone shed light on this ? is there a better way to be doing this ?