Optimize SQL Performance

Speed up a dlt SQL database pipeline. Use when extraction from a relational database (postgres, mysql, mssql, oracle, snowflake, etc.) is slow or memory-heavy and the user wants to optimize it — pick a faster backend, tune chunk size, parallelize tables, or reduce reflection overhead. For first-time incremental/merge setup or removing .add_limit() use adjust-table instead.

dlt-hub c366e83 7.4 KB Updated

File contents

dlt-hub/dlthub-ai-harness/tree/main/workbench/sql-database-pipeline/skills/optimize-sql-performance commit c366e832dd

Frequently asked questions

npx skillmds@latest add dlt-hub/optimize-sql-performance