Question

Reading the larger shape file to SDE

  • 12 October 2017
  • 3 replies
  • 1 view

Badge +6

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.


3 replies

Userlevel 4
Badge +13
Hi @fmeuser_gc, are you performing any other translations in the workspace? Or is this a direct read and write workspace?

 

Userlevel 1
Badge +18

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.

Badge +6
Hi @fmeuser_gc, are you performing any other translations in the workspace? Or is this a direct read and write workspace?

 

@TiaAtSafe - Yes it has a simple transformers like AttributeCreator, Cloner. But not crazy transformers though.

 

Reply