Hi chsoni12,
How are you doing today?, As per my understanding, That's a great observation, and it's awesome that you're testing performance and cost between DLT and regular workflows. The key difference here lies in how autoscaling works. DLT pipelines use enhanced autoscaling, which is smarter in how it monitors the job and allocates resources—it tends to scale more conservatively and efficiently, based on actual workload needs and DAG structure. Standard autoscaling, used in regular workflows, can be more aggressive—it may ramp up quickly based on spikes or resource estimates, even if not all nodes are fully utilized. That’s likely why your Workflow shot up to 50 workers, while DLT comfortably completed the same task with just 5. The DLT engine is also optimized for Delta operations, and materialized views can reuse cached metadata and lineage, further speeding things up. So yes, enhanced autoscaling in DLT helps save both time and cost, especially for structured pipelines like yours.
Regards,
Brahma