Hi @RJ,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
It sounds like you're dealing with a complex and large-scale data operation. Let's break down your situation:
- Compare the execution plans of the unit test and the scaled-up environment to identify any differences.
- Use monitoring tools to check for resource contention and ensure that the increased compute power is being utilized effectively.
- Ensure that the data is evenly distributed across the nodes to avoid bottlenecks.
- Verify that the necessary indexes are in place to optimize the JOIN operations.
- Consider breaking down the operation into smaller batches to reduce the load on the system.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.