Hello
With Utility Network and Oracle DB we noticed that some queries are particularly slow, during BranchVersioning queries the GDB_BRANCH_ID field is used on which there is no native index, and it is impossible via ArcGIS Pro to run the index on that field.
This information was extracted via Oracle Central Advisor.
all oracle suggestions are mainly related to
- Consider running the Access Advisor to improve the physical schema design or creating the recommended index.WATER.WATERLINE("ASSETGROUP", "GDB_BRANCH_ID")WATER.WATERLINE("OBJECTID", "GDB_FROM_DATE" DESC )
- Consider accepting the recommended SQL profile to use parallel execution for this statement.
- Consider accepting the recommended SQL profile

I would not like to apply indexes via Oracle, but I guess it makes more sense that they are managed by ArcGIS Pro or natively.
do you have any ideas?
@gpalombi_wt
Thanks
Virgilio