Contribute Media
A thank you to everyone who makes this possible: Read More

In-Process Analytical Data Management with DuckDB

Translations: en

Description

This talks introduces DuckDB, an in-process analytical data management system that is deeply integrated into the R ecosystem.

DuckDB is an in-process analytical data management system. DuckDB supports complex SQL queries, has no external dependencies, and is deeply integrated into the R ecosystem. For example, DuckDB can run SQL queries directly on R data frames without any data transfer. DuckDB uses state-of-the-art query processing techniques like vectorised execution and automatic parallelism. DuckDB is out-of-core capable, meaning that it is possible to process datasets far bigger than main memory. DuckDB is free and open source software under the MIT license.

In this talk, we will describe the user values of DuckDB, and how it can be used to improve their day-to-day lives through automatic parallelisation, efficient operators, and out-of-core operations.

Materials: - https://duckdb.org - https://duckdb.org/docs/api/r.html - https://github.com/duckdb/duckdb-r

Improve this page