Skip to content

Commit

Permalink
Merge pull request #4437 from szarnyasg/iss4431
Browse files Browse the repository at this point in the history
Add links to profiling pages
  • Loading branch information
szarnyasg authored Dec 24, 2024
2 parents d90fac5 + 313f432 commit e022add
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/dev/profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ redirect_from:

Profiling is essential to help understand why certain queries exhibit specific performance characteristics.
DuckDB contains several built-in features to enable query profiling, which this page covers.
For a high-level example of using `EXPLAIN`, see the [“Inspect Query Plans” page]({% link docs/guides/meta/explain.md %}).
For an in-depth explanation, see the [“Profiling” page]({% link docs/dev/profiling.md %}) in the Developer Documentation.

## `EXPLAIN` Statement

Expand Down

0 comments on commit e022add

Please sign in to comment.