I am trying to ingest 9,000,000 rows in an elastic pool database with 6 Vcore. Data ingestion using python (pyodbc).
Since data is large, I am ingesting the data in chunks.
I am getting weird behaviour after the 9th chunk of the ingestion. Process disappear and randomly appears after an hour.
Is there any solution for this?