Skip to content

Commit

Permalink
fixup! Performance: Add section "Replace JOINs with CTEs"
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 27, 2024
1 parent 672e483 commit 714c0b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/admin/performance/selects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ Rewrite JOINs as CTEs

The article about `using common table expressions to speed up queries`_ shares
a pattern you can use to replace JOINs with CTEs in your SQL queries, in order
to achieve consistent and faster execution times.
to achieve consistent and faster execution times. Please note that what CTEs to
use depends on the profile of your data.

**Example**

Expand Down

0 comments on commit 714c0b2

Please sign in to comment.