Continuing from Django Bulk Save, I wanted to test how would the copy_from function perform when I scale to over a million records.
The copy_from scales incredibly well, it took 4
Setting up the infra
We primarily use a django backend with RDS postgres in a kubernetes cluster for production environments. We were trying to setup an environment which would be HIPAA compliant and