I am trying to copy from an Oracle ArcSDE 9.x database to an AWS postgres geodatabase very specific datasets including indexes.
At present I am using arcpy as I have to automate the process.
Specifically I am using copy_management. Some datasets take a minute or 2 to copy and some take over a day.
I was wondering if copyfeatures_management would be any quicker to use? If so, does anyone have any metrics?