Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akurmustafa committed Jun 30, 2024
1 parent 2842873 commit 75087bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1 id="query-optimization---introduction">Query Optimization - Introduction </h
<p>These topics will lay the foundation for query optimization, will establish a common vocabulary and hopefully make reader motivate for subsequent parts.</p>
<p>In subsequent parts: I plan to cover following optimizations:</p>
<ul>
<li>Filter Push-down</li>
<li><a href="https://akurmustafa.github.io/blogs/query_optimization_filter_pushdown/query_optimization_filter_pushdown.html">Filter Pushdown</a></li>
<li>Projection Optimization</li>
<li>Sort Optimization and Ordering Propagation</li>
<li>Parallelization of the plan execution</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ These topics will lay the foundation for query optimization, will establish a co

In subsequent parts: I plan to cover following optimizations:

- Filter Push-down
- [Filter Pushdown](https://akurmustafa.github.io/blogs/query_optimization_filter_pushdown/query_optimization_filter_pushdown.html)
- Projection Optimization
- Sort Optimization and Ordering Propagation
- Parallelization of the plan execution
Expand Down

0 comments on commit 75087bf

Please sign in to comment.