I am trying to represent a many to many relationship between polygons and some objects, in a mobile geodatabase using the table to relationship class tool, however the geoprocessing is running very slowly (2h+). Is there a way to speed up the geoprocessing or is the data I am working with just too large? For context:
The polygon feature layer has 125,296 polygons.
The object table has 3225 rows.
The intermediate table which describes the many to many relationship between the polygons and the table which has 5,398,744 rows.
It links a Primary Key from the polygon features to a Primary Key from the objects table.
Thanks!