Parallelism and Performance:

- DuckDB transitioned from pull-based to a push-based execution model to improve parallel processing.
- Multi-threaded execution and morsel-driven parallelism
- Optimized for multi-core systems

Comments