I have a large amount of data (> 90,000 rows) to import to add a property to existing relationships. Running this import pins the CPU and prevents the server from responding to other requests.
Other than not using the csv loader and doing the merges a record at a time with throttled merges, is there another way to import data so that it doesn't consume the entire server? Would upgrading to 2 CPUs at least while running the import solve this?