Parser, Better, Faster, Stronger: A peek at the new dbt engine
Remember how dbt felt when you had a small project? You pressed enter and stuff just happened immediately? We're bringing that back.

After a series of deep dives into the guts of SQL comprehension, let's talk about speed a little bit. Specifically, I want to talk about one of the most annoying slowdowns as your project grows: project parsing.
When you're waiting a few seconds or a few minutes for things to start happening after you invoke dbt, it's because parsing isn't finished yet. But Lukas' SDF demo at last month's webinar didn't have a big wait, so why not?