Can anyone advise exactly what processes ArcGIS Pro 2.4.2 does when running the Register with Geodatabase tool?
I'm registering a spatial table within the enterprise geodatabase and it is taking a long, long time. The table does have several million features (polygon) which are all spatially referenced.
The database is Postgres 10.11 with PostGIS 2.4, the geometry column and objectid column are both indexed (GIST and B-Tree) and all of the geometries are spatially referenced to the correct coordinate system,
What is ArcGIS Pro doing that is making it slow. Is there a way to make it go faster?
To get a fuller understanding is there an explicit list of functions/procedures that the Register with Geodatabase tool executes as the documentation here is rather muted?