I have a python notebook in ArcGIS Pro that I use to bulk update a layer in a feature service. My general workflow is the following:
When performing the calculation in ArcGIS Pro 3.1.4, the calculation finished in under 1 minute:
However when I upgraded to ArcGIS Pro 3.2.0, the performance of the same script was significantly degraded and took over two hours to complete:
Are there any changes in ArcGIS Pro 3.2 that would have caused such a significant decline in performance? Are there any strategies to troubleshoot what exactly is causing the script to perform so poorly?