Azure sql Locking Leads to Time Out Error
shashank Trivedi
1
Reputation point
Our Transactional Data is in Azure Sql, 10% of the time we face Time Out Error due to Database Locking whenever we upload new data into Azure Sql database through sql query.
We have already done lot of query optimization, we are thinking to implement some out of the box solution like
- Migrating Cold Data Automatically to Another Database (Don't Know How)
- Putting Uploaded Data First in Azure Queue / Azure Event Hub and keep updating database at steady rate
- Using NoSql Database for some of the tables (where load is high) like Elastic Search
My question is, Will we be able to eliminate this problem forever by using above methods in a cost effective manner ??
Sign in to answer