Solved! Go to Solution.
Since the primary purpose of this key is to serve as a lookup, I strongly encourage
you to review your methodology, to see if you can assign a sequence-based key
for joins after the edited data has migrated back into the primary tables (using the
slow UUID values for update ONCE, rather than stacking the deck against join
performance ALWAYS).
- V