diff --git a/Server/Index.cs b/Server/Index.cs index e23e9e8..7921864 100644 --- a/Server/Index.cs +++ b/Server/Index.cs @@ -145,7 +145,7 @@ public string GetQuery() { (IsPartitioned || Settings.Options.FillFactor == 0 ? "" : $"FILLFACTOR = {Settings.Options.FillFactor}, ") + - (IndexType == IndexType.HEAP + (IndexType == IndexType.HEAP || IsPartitioned ? "" : $"STATISTICS_NORECOMPUTE = {nr}, ") + (!IsAllowCompression