summaryrefslogtreecommitdiff
path: root/lib/gitlab/database/as_with_materialized.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/database/as_with_materialized.rb')
-rw-r--r--lib/gitlab/database/as_with_materialized.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gitlab/database/as_with_materialized.rb b/lib/gitlab/database/as_with_materialized.rb
index e7e3c1766a9..eda991efbd5 100644
--- a/lib/gitlab/database/as_with_materialized.rb
+++ b/lib/gitlab/database/as_with_materialized.rb
@@ -24,6 +24,8 @@ module Gitlab
end
# Note: to be deleted after the minimum PG version is set to 12.0
+ # Update the documentation together when deleting the method
+ # https://docs.gitlab.com/ee/development/merge_request_performance_guidelines.html#use-ctes-wisely
def self.materialized_if_supported
materialized_supported? ? 'MATERIALIZED' : ''
end