diff --git a/docs/content/integrations/embedded-elt/dlt.mdx b/docs/content/integrations/embedded-elt/dlt.mdx
index fb9f62066834b..b81e9c551b53f 100644
--- a/docs/content/integrations/embedded-elt/dlt.mdx
+++ b/docs/content/integrations/embedded-elt/dlt.mdx
@@ -183,6 +183,16 @@ The
In the same file containing your Dagster assets, you can create an instance of your by doing something like the following:
+
+ If you are using the{" "}
+
+ sql_database
+ {" "}
+ source, consider setting defer_table_reflect=True
to reduce
+ database reads. By default, the Dagster daemon will refresh definitions
+ roughly every minute, which will query the database for resource definitions.
+
+
```python
from dagster import AssetExecutionContext, Definitions
from dagster_embedded_elt.dlt import DagsterDltResource, dlt_assets