Migrating 1TB of Images (15.4m instances) to PostGres- any ideas to speed it up

Hello, decided to migrate 1tb of data to postgres using the migration script to increase performance but from my calculations it looks like its taking about 3 seconds per instance which comes to about 534 days. Any ideas to speed this up :smiley: open to anything. The disk is reading from an SSD but writing to a HDD which isnt ideal but due to storage limits thats what I have available on the machine. I dont think the speed difference is saving me 520 days either as it only took about 10 days of sending studies to store this all on the HDD anyway.

Hi,

From this message, you should at least get a hint of what you should look at in your debug logs to perform a first analysis of the issue.

HTH,

Alain.