Azure SQL Database Varbinary data type

Sujan Athelli 0 Reputation points
2024-05-23T16:18:17.9133333+00:00

I am facing issues while retrieving varbinary data from sql server tables ,Performance is taking a toll , 4 lakh records are taking around 20 hrs to read and write into target db tables

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. Olaf Helper 42,386 Reputation points
    2024-05-24T05:30:02.82+00:00

    Total record count is 4 lakh

    That's 400,000, right? And how large is the average size of a record? If it's "only" 1 MB then you have a traffice of 400 GB and that can take some time.