Showing results for Performance - Azure SQL Devs’ Corner

Oct 20, 2020
4
0

Testing performance of Azure SQL Database as a key-value store

Dimitri Furman
Dimitri Furman

Executive summary Our testing shows that Azure SQL Database can be used as a highly scalable low latency key-value store. Starting with a cost-efficient 4-core General Purpose database, we see an order of magnitude increase in workload throughput as we increase dataset size by 100x and scale across the spectrum of database SKUs to a Business Criti...

Azure SQL
May 28, 2020
0
0

Optimize Azure SQL Upsert scenarios

Silvano Coriani
Silvano Coriani

Customers often need to move a dataset from a source system into a new destination, inserting rows that doesn't exist in a target table and update those that already exists. With this technique, we've been able to reduce the time needed to upsert a dataset of 2M rows against a target table with 30M rows from 20 hours to 20 minutes. 

Azure SQL