Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions references/pre-aggregates/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ This is especially useful for dashboards with high traffic or expensive aggregat

Any query that goes through the Lightdash semantic layer can hit a pre-aggregate — this includes the Lightdash app, the [API](/api-reference/v1/introduction), [MCP](/references/integrations/lightdash-mcp), [AI agents](/guides/ai-agents), the [Embed SDK](/references/embedding), and the [React SDK](/references/react-sdk).

Watch this video walkthrough for an overview of how to get started with pre-aggregates:

<Frame>
<iframe width="100%" height="420" src="https://www.loom.com/embed/91133871cd994723b4f9ca4b5b35228b" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen />
</Frame>

<CardGroup cols={2}>
<Card title="Getting started" icon="rocket" horizontal href="/references/pre-aggregates/getting-started">
Define pre-aggregates in your dbt project and configure scheduling.
Expand Down
Loading