Skip to content

Commit 2d14d6b

Browse files
Update guides/developer/dbt-model-best-practices.mdx
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent da0f2a8 commit 2d14d6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guides/developer/dbt-model-best-practices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Schedule dbt runs (daily/hourly) to keep tables fresh while avoiding on-demand c
9999

100100
### Minimize joins at query time
101101

102-
Pre-join data in your dbt models rather than joining at query time. Wide, flat tables outperform runtime joins—even with Lightdash's [fanout protection](/references/joins#sql-fanouts).
102+
Pre-join data in your dbt models rather than joining at query time. As discussed in [wide, flat tables](#use-wide-flat-tables-in-the-bi-layer), this approach outperforms runtime joins—even with Lightdash's [fanout protection](/references/joins#sql-fanouts).
103103

104104
### Leverage caching
105105

0 commit comments

Comments
 (0)