Replies: 1 comment 7 replies
-
I do not test with SQL Server instances except in very rare occurences. My test suite for live tests are all based in Azure:
You can see how I configure each one by examining the modules under the infra folder. When doing live tests, I observe that Azure SQL is the fastest of the set (approximately 4x faster than MySQL and 2x faster than PostgreSQL) when doing the query tests. The comparison is similar for the write tests. Cosmos is the fastest when doing queries (even when I take into account that I can't run 30% of the tests due to Cosmos query limitations) but the slowest when doing writes (on par with MySQL). Note that this is observed via testing and does not necessarily represent what you can expect for real-world speeds. |
Beta Was this translation helpful? Give feedback.
-
Hello,
As per title, I'm replacing my current database(s) and about to configure db in Azure.
Is it better to add a new db to current SQL Server instance OR new db as an Azure SQL (serverless) db?
For my purposes, I don't need MS Entra ID and my users don't use their own credentials to be able to connect to the db from the App.
Any pitfalls in going with an Azure SQL (serverless) db? or advantages?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions