Bug ID Number |
BUG-000156768 |
Submitted | March 20, 2023 |
Last Modified | February 5, 2025 |
Applies to | ArcGIS Pro |
Version found | 2.9.3 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Version Fixed | 3.5 |
Status | Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
|
Additional Information
The provided workaround is the correct workflow. We already show a performance warning when trying to join unindexed fields. We considered showing a separate warning message or auto-indexing in these cases, but there will also be performance problems with these solutions. The recommendation from the development team is to use the workaround provided.
Workaround
There are 3 options on how to avoid this problem:
- Create an index on the joined feature class field before the join is added.
- Drop the index from the table field before the join is added.
- Keep the 'Index Join Field' checked when a join is being added.
Steps to Reproduce