I've installed Azure DevOps Server on a machine and it's a very fresh installation. I created a Team Project Collection in it, and in that I created a simple Team Project. And I connected to it, got the latest version, created a simple .NET project and checked it in.
So, no single line of code is written in it yet.
But when I created the backup plan for Azure DevOps databases, I realized that AzureDevOps_Configuration
database has a table called dbo.tbl_Content
that is taking near 750 MB of disk space.
And the data is a binary data in this table.
Why this table takes that much space from the beginning? What it contains? How to reduce its size?