Skip to content

Commit 6c09e63

Browse files
authoredApr 9, 2023
Enabled Page Compression by Default (#473)
When data compression is enabled post-deployment, the next DACPAC deployment will remove compression unless manual overrides are specified. This complicates deployments in large environments or in cases where the SQLWATCH database is large. From now on, all logger tables are now compressed by default. (If you have no compression enabled and are upgrading to this version, the upgrade can take a while whilst logger data is compressed)
1 parent 4ded794 commit 6c09e63

File tree

87 files changed

+370
-295
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+370
-295
lines changed
 

‎SqlWatch.Monitor/Project.SqlWatch.Database/SQLWATCH.refactorlog

+7
Original file line numberDiff line numberDiff line change
@@ -2926,4 +2926,11 @@
29262926
<Property Name="ParentElementType" Value="SqlTable" />
29272927
<Property Name="NewName" Value="keyword1" />
29282928
</Operation>
2929+
<Operation Name="Rename Refactor" Key="a9a02302-fe3d-4c3b-84b6-4c5ce1a570fe" ChangeDateTime="04/09/2023 16:53:54">
2930+
<Property Name="ElementName" Value="[dbo].[sqlwatch_trend_perf_os_performance_counters].[sqlwatch_trend_perf_os_performance_counters_value]" />
2931+
<Property Name="ElementType" Value="SqlIndex" />
2932+
<Property Name="ParentElementName" Value="[dbo].[sqlwatch_trend_perf_os_performance_counters]" />
2933+
<Property Name="ParentElementType" Value="SqlTable" />
2934+
<Property Name="NewName" Value="idx_sqlwatch_trend_perf_os_performance_counters_value" />
2935+
</Operation>
29292936
</Operations>

‎SqlWatch.Monitor/Project.SqlWatch.Database/SQLWATCH.sqlproj

+113-33
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.