Commit 0466c496 authored by Christopher Lefelhocz's avatar Christopher Lefelhocz Committed by Marcel Amirault

Update merge request performance guidelines

parent c9b98e75
......@@ -166,7 +166,7 @@ In a DB cluster we have many read replicas and one primary. A classic use of sc
## Use CTEs sparingly
We have found in some situations CTEs can become problematic in use (similar to the n+1 problem above). As such if you need to use them you should make sure you are using them correctly. See example X for considerations on how to use.
We have found in some situations CTEs can become problematic in use (similar to the n+1 problem above). As such if you need to use them you should make sure you are using them correctly. See section https://docs.gitlab.com/ee/development/iterating_tables_in_batches.html#complex-queries-on-the-relation-object for considerations on how to use.
<insert example/reference/fix up here>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment