DuckDB is an in-process OLAP database that offers full SQL support and high-performance aggregations. It can be used for human interactions, such as querying datasets in Python or R notebooks, or for machine interactions, such as running DuckDB as a persistent or ephemeral execution engine. Local query execution in DuckDB involves a pipeline for query processing, including parsing, planning, optimizing, and executing the query.
Table of contents
TranscriptWhat Is DuckDB?Common DuckDB Use CasesWhat's Under the Hood of DuckDB?DuckDB ExtensionsRemote Query Execution, and Local Query ExecutionExampleLearnings and TakeawaysSort: