How Can I Shrink My Azure PaaS SQL Databases?

0
6
Asked By WanderLust83 On

I have a few Azure PaaS SQL databases that I use mainly for archiving, and they aren't likely to get much read or write activity. Currently, we have around 500GB allocated, but we're only using about 60GB. I've heard that shrinking databases isn't well-supported in Azure PaaS. Is there any other way to reduce the size of these databases?

3 Answers

Answered By LogicWhisperer On
Answered By TechSavvy123 On

You can shrink your databases, but be aware that it’s a pretty slow process and only works in a single-threaded manner. If you have some time to spare, I’d recommend exporting your data and re-importing it into a new database instead. That might be a more efficient solution for you.

Answered By DataNinja42 On

What kind of licensing model are you using for your Azure setup? It can influence how you manage storage and performance.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.