Skip to content

Commit 823d7f9

Browse files
authored
Update sql-performance.md
Update sql-performance.md
1 parent 8409185 commit 823d7f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/sql-performance.md

+2
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ Next, the optimizer generates 𝗮𝗹𝘁𝗲𝗿𝗻𝗮𝘁𝗶𝘃𝗲 𝗲
3030
Finally, the optimizer 𝗰𝗵𝗼𝗼𝘀𝗲𝘀 𝘁𝗵𝗲 𝗲𝘅𝗲𝗰𝘂𝘁𝗶𝗼𝗻 𝗽𝗹𝗮𝗻 with the lowest cost as the optimal execution plan for the query. This plan is then used to execute the query.
3131

3232
Check in the image the 𝗼𝗿𝗱𝗲𝗿 𝗶𝗻 𝘄𝗵𝗶𝗰𝗵 𝗦𝗤𝗟 𝗾𝘂𝗲𝗿𝗶𝗲𝘀 𝗿𝘂𝗻.
33+
34+
![sql-performance](https://github.com/lang-codes/sql-tips/assets/3424344/1e3f0f32-d682-4415-a85e-1ee61e2a98bf)

0 commit comments

Comments
 (0)