Trying to read huge shapefile and write to SDE.
Currently I'm running in local and taking longer time. Also tried to push it to server, it's longer in server too. Looking for any faster approach to load data.
Any replies are appreciated.
Trying to read huge shapefile and write to SDE.
Currently I'm running in local and taking longer time. Also tried to push it to server, it's longer in server too. Looking for any faster approach to load data.
Any replies are appreciated.
Please share the workspace and / or data. If the bottleneck is the size of the shapefile you could consider reading it in portions using a featurereader with a spatialfilter. Blocking transformers are killing performance to.