Robuta

https://r.duckdb.org/reference/duckdb_connection-class.html
Implements DBI::DBIConnection.
duckdbconnectionclass
https://duckdb.org/2025/02/14/window-flying
Feb 14, 2025 - Dive into the details of recent DuckDB windowing performance improvements.
flyingwindowsduckdb
https://www.summer.io/blog/introducing-duckplot
Summer makes data a pleasure. Onboarding early users now, join us and love your data stack!
introducingmissingduckdbvisualization
https://duckdb.org/2025/06/06/github-30k-stars
Jun 6, 2025 - We have reached 30 000 stars on GitHub! Here's what happened while we accumulated the last 5 000 stars.
starsgithubduckdb
https://duckdb.org/science/arjen-p-de-vries-faiss/
Apr 10, 2025 - DuckDB is an in-process SQL database management system focused on analytical query processing. It is designed to be easy to install and easy to use. DuckDB has...
duckdbresearchpdevries
https://duckdb.org/2024/11/14/optimizers
Nov 14, 2024 - The query optimizer is an important part of any analytical database system as it provides considerable performance improvements compared to hand-optimized...
low keyoptimizersmvpduckdb
https://zencastr.com/z/6vQ7XQsq
implementinghardwarefriendlydatabasesduckdb
https://fosdem.org/2026/schedule/event/S7RELZ-ducks_to_the_rescue_-_etl_using_python_and_duckdb/
fosdemducksrescueetlusing
https://duckdb.org/2024/03/01/sql-gymnastics
Mar 1, 2024 - Combining multiple features of DuckDB’s friendly SQL allows for highly flexible queries that can be reused across tables.
sqlgymnasticsbendingflexiblenew
https://realpython.com/quizzes/introducing-duckdb/
This quiz will challenge your knowledge of working with DuckDB. You won't find all the answers in the tutorial, so you'll need to do some extra...
introducingduckdbquizrealpython
https://duckdb.org/2025/01/22/parquet-encodings
Jan 22, 2025 - Mainstream query engines do not support reading newer Parquet encodings, forcing systems like DuckDB to default to writing older encodings, thereby sacrificing...
file formatqueryenginesparquetduckdb
https://duckdb.org/2024/10/02/pyodide
Oct 2, 2024 - Run DuckDB in an in-browser Python environment to enable simple querying on remote files, interactive documentation, and easy to use training materials.
duckdbpythonbrowser
https://duckdb.org/2025/03/06/gems-of-duckdb-1-2
Mar 6, 2025 - We highlight a few exciting features that were introduced in DuckDB 1.2.
gemsduckdb
https://duckdb.org/2025/06/27/discovering-w-github
Jun 27, 2025 - In this post, we use the GitHub API to find repositories that mention DuckDB, then use DuckDB itself to parse and query the results efficiently with SQL.
use casesdiscoveringduckdbviagithub
https://duckdb.org/2023/12/18/duckdb-extensions-in-wasm
Dec 18, 2023 - DuckDB-Wasm users can now load DuckDB extensions, allowing them to run extensions in the browser.
extensionsduckdbwasm
https://duckdb.org/2025/10/27/movies-in-databases
Oct 27, 2025 - You can store and even process videos in DuckDB. In this post, we show you how.
relationalcharadesturningmoviestables
https://duckdb.org/2024/06/26/benchmarks-over-time
Jun 26, 2024 - In the last 3 years, DuckDB has become 3-25× faster and can analyze ~10× larger datasets all on the same hardware.
benchmarkingtimeduckdb
https://duckdb.org/2025/05/02/stream-windowing-functions
May 2, 2025 - DuckDB can perform time-based analytics using windows with different semantics (e.g., tumbling, hopping and sliding windows). In this post, we demonstrate...
temporalanalysisstreamfunctionsduckdb
https://duckdb.org/2025/05/23/using-key
May 23, 2025
usingkeyrecursiveduckdb
https://duckdb.org/2024/12/05/csv-files-dethroning-parquet-or-not
Dec 5, 2024 - Data analytics primarily uses two types of storage format files: human-readable text files like CSV and performance-driven binary files like Parquet. This blog...
csv filesparquetultimatestorageformat
https://www.ethicalads.io/blog/2025/02/duckdb-and-postgresql-make-a-great-pair-for-analytical-processing/
This post shows how using DuckDB and parquet files for analytical workloads while sticking with Postgres for transactional queries makes for an easy way to get...
duckdbpostgresqlmakegreatpair
https://duckdb.org/2024/12/06/duckdb-tpch-sf100-on-mobile
Dec 6, 2024 - DuckDB runs on mobile platforms such as iOS and Android, and completes the TPC-H benchmark faster than state-of-the-art research systems on big iron machines...
mobile phonesduckdbrunningtpc
https://motherduck.com/
Making analytics ducking awesome with DuckDB. Start using DuckDB in the cloud for free today.
data warehouseduckingsimplebasedduckdb
https://motherduck.com/product/duckdb-users/
Local + Cloud analytics, backed by the same database - powered by DuckDB
duckdbusers
https://duckdb.org/2024/12/16/github-25k-stars
Dec 16, 2024 - We have recently reached 25 000 stars on GitHub. We would like to use this occasion to stop and reflect about DuckDB's recent year and our future plans.
starsgithubduckdb
https://www.cwi.nl/en/results/software/duckdb-a-high-performance-analytical-database-management-system/
high performancedatabase managementduckdbanalyticalsystem
https://www.summer.io/blog/summer-with-motherduck
Summer makes data a pleasure. Onboarding early users now, join us and love your data stack!
expandingduckdbcomputesummer
https://duckdb.org/2024/09/09/announcing-duckdb-110
Sep 9, 2024 - The DuckDB team is happy to announce that today we're releasing DuckDB version 1.1.0, codenamed “Eatoni”.
announcingduckdb
https://motherduck.com/duckdb-book-brief/
Download a free PDF of the DuckDB in Action book published by Manning. The book is rich with technical guidance on data analytics and data engineering with...
freequotduckdbactionbook
https://duckdb.org/science/duckpgq/
Jan 8, 2023 - DuckDB is an in-process SQL database management system focused on analytical query processing. It is designed to be easy to install and easy to use. DuckDB has...
efficientpropertygraphqueriesanalytical
https://duckdb.org/2025/04/16/duckdb-csv-pollock-benchmark
Apr 16, 2025 - DuckDB ships with a fast and robust CSV reader, which – we believe – can consume most CSV files found in the wild. To empirically evaluate this, we used...
duckdbcsvreaderpollockbenchmark
https://talkpython.fm/episodes/show/491/duckdb-and-python-ducks-and-snakes-living-together
Join me for an insightful conversation with Alex Monahan, who works on documentation, tutorials, and training at DuckDB Labs. We explore why DuckDB is...
living togetherepisodeduckdbpythonducks
https://duckdb.org/science/alp/
Jun 9, 2024 - DuckDB is an in-process SQL database management system focused on analytical query processing. It is designed to be easy to install and easy to use. DuckDB has...
floating pointalpadaptivelosslesscompression
https://realpython.com/podcasts/rpp/247/
Are you looking for a fast database that can handle large datasets in Python? What's the difference between a Python expression and a statement?...
episodeexploringduckdbampcomparing
https://modal.com/docs/examples/s3_bucket_mount
This example shows how to use Modal for a classic data science task: loading table-structured data into cloud stores, analyzing it, and plotting the results.
analyzenycyellowtaxidata
https://motherduck.com/blog/
The MotherDuck Blog provides education and news around the DuckDB ecosystem and MotherDuck for SQL analytics, data engineering and more on the modern data...
data engineeringblogduckdbanalytics
https://speakerdeck.com/takahashiikki/osc25hi-duckdb
Dec 13, 2025 - 2025年12月13日(土)に開催された OSC2025 in 広島での発表資料です。 ## 内容...
speaker deckamppgduckdb
https://duckdb.org/science/mihail-stoian/
Oct 30, 2025 - DuckDB is an in-process SQL database management system focused on analytical query processing. It is designed to be easy to install and easy to use. DuckDB has...
duckdbresearchmihail
https://duckdb.org/science/daniel-ten-wolde-duckpgq/
Mar 21, 2025 - DuckDB is an in-process SQL database management system focused on analytical query processing. It is designed to be easy to install and easy to use. DuckDB has...
duckdbresearchten
https://duckdb.org/2024/09/27/sql-only-extensions
Sep 27, 2024 - Easily create sharable extensions using only SQL macros that can apply to any table and any columns. We demonstrate the power of this capability with the...
creatingsqlextensionexcelstyle
https://duckdb.org/2023/05/17/announcing-duckdb-080
May 17, 2023 - DuckDB is an in-process SQL database management system focused on analytical query processing. It is designed to be easy to install and easy to use. DuckDB has...
announcingduckdb
https://duckdb.org/2024/05/31/analyzing-railway-traffic-in-the-netherlands
May 31, 2024 - We use a real-world railway dataset to demonstrate some of DuckDB's key features, including querying different file formats, connecting to remote...
analyzingrailwaytrafficnetherlandsduckdb
https://www.summer.io/blog/duckdb-is-a-protocol
Summer makes data a pleasure. Onboarding early users now, join us and love your data stack!
duckdbprotocol
https://duckdb.org/2024/08/08/friendly-lists-and-their-buddies-the-lambdas
Aug 8, 2024 - DuckDB is an in-process SQL database management system focused on analytical query processing. It is designed to be easy to install and easy to use. DuckDB has...
friendlylistsbuddieslambdasduckdb
https://duckdb.org/science/haralampos-gavriilidis-sheetreader/
Apr 17, 2025 - DuckDB is an in-process SQL database management system focused on analytical query processing. It is designed to be easy to install and easy to use. DuckDB has...
duckdbresearch
https://duckdb.org/2025/11/19/encryption-in-duckdb
Nov 19, 2025 - DuckDB v1.4 ships database encryption capabilities. In this blog post, we dive into the implementation details of the encryption, show how to use it and...
datarestencryptionduckdb
https://towardsdatascience.com/geospatial-exploratory-data-analysis-with-geopandas-and-duckdb/
Dec 15, 2025 - In this article, I’ll show you how to use two popular Python libraries to carry out some geospatial analysis of traffic accident data within the UK. I...
data analysisgeospatialexploratoryduckdbtowards
https://duckdb.org/2025/02/05/announcing-duckdb-120
Feb 5, 2025 - The DuckDB team is happy to announce that today we're releasing DuckDB version 1.2.0, codenamed “Histrionicus”.
announcingduckdb
https://duckdbsnippets.com/
Share and vote for your favorites with the DuckDB community.
sqlpythonampduckdbsnippets
https://duckdb.org/2023/05/12/github-10k-stars
May 12, 2023 - DuckDB is an in-process SQL database management system focused on analytical query processing. It is designed to be easy to install and easy to use. DuckDB has...
starsgithubduckdb
https://duckdb.org/2025/03/28/using-duckdb-in-streamlit
Mar 28, 2025 - We use a real-world railway dataset to demonstrate the integration of DuckDB and Streamlit, including the database connection management, the DuckDB Python...
usingduckdbstreamlit
https://duckdb.org/2025/03/12/duckdb-ui
Mar 12, 2025 - The DuckDB team and MotherDuck are excited to announce the release of a local UI for DuckDB shipped as part of the ui extension.
duckdblocalui
https://docs.deno.com/examples/duckdb/
In-depth documentation, guides, and reference materials for building secure, high-performance JavaScript and TypeScript applications with Deno
connectduckdb
https://duckdb.org/2024/09/25/changing-data-with-confidence-and-acid
Sep 25, 2024 - Transactions are key features in database management systems and are also beneficial for data analysis workloads. DuckDB supports fully ACID transactions,...
changingdataconfidenceacidduckdb
https://duckdb.org/2024/10/25/topn
Oct 25, 2024 - Find the top N values or filter to the latest N rows more quickly and easily with the N parameter in the min, max, min_by, and max_by aggregate functions.
fasttopnduckdb
https://observablehq.com/@cmudig/duckdb
duckdbwebassemblycmudatainteraction
https://duckdb.org/2024/03/26/42-parquet-a-zip-bomb-for-the-big-data-age
Mar 26, 2024 - A 42 kB Parquet file can contain over 4 PB of data.
big dataparquetzipbomb
https://duckdb.org/2024/10/16/driving-csv-performance-benchmarking-duckdb-with-the-nyc-taxi-dataset
Oct 16, 2024 - DuckDB's benchmark suite now includes the NYC Taxi Benchmark. We explain how our CSV reader performs on the Taxi Dataset and provide steps to reproduce the...
performance benchmarkingdrivingcsvduckdbnyc
https://duckdb.org/2024/06/10/delta
Jun 10, 2024 - DuckDB now has native support for Delta Lake, an open-source lakehouse framework, with the delta extension.
delta lakenativesupportduckdb
https://towardsdatascience.com/modern-dataframes-in-python-a-hands-on-tutorial-with-polars-and-duckdb/
Nov 21, 2025 - How I learned to handle growing datasets without slowing down my entire workflow
moderndataframespythonhandstutorial
https://duckdb.org/2025/10/13/duckdb-streaming-patterns
Oct 13, 2025 - DuckDB used for streaming analytics? This post will show you some patterns in which you can use DuckDB to refresh your data at near real-time speed.
streamingpatternsduckdb
https://duckdb.org/science/relgo/
Jun 22, 2025 - DuckDB is an in-process SQL database management system focused on analytical query processing. It is designed to be easy to install and easy to use. DuckDB has...
towardsrelationalgraphoptimizationframework
https://duckdb.org/2023/09/15/asof-joins-fuzzy-temporal-lookups
Sep 15, 2023 - DuckDB supports AsOf Joins – a way to match nearby values. They are especially useful for searching event tables for temporal analytics.
duckdbjoinsfuzzytemporallookups
https://duckdb.org/2024/10/04/duckdb-user-survey-analysis
Oct 4, 2024 - We share the findings from a survey of 500+ DuckDB users.
user surveyduckdbanalysis
https://duckdb.org/science/paul-gross/
Nov 6, 2025 - DuckDB is an in-process SQL database management system focused on analytical query processing. It is designed to be easy to install and easy to use. DuckDB has...
duckdbresearchpaul
https://duckdb.org/2025/09/11/solving-letter-scramble-puzzles
Sep 11, 2025 - In this lighthearted post, we solve a puzzle type that's on display in Dutch trains.
solvingletterscramblepuzzlesduckdb
https://duckdb.org/2025/05/23/arrow-ipc-support-in-duckdb
May 23, 2025 - DuckDB now supports consuming and producing the Arrow IPC Serialization Format through the arrow community extension.
arrowipcsupportduckdb
https://duckdb.org/2024/02/13/announcing-duckdb-0100
Feb 13, 2024 - The DuckDB team is happy to announce the latest DuckDB release (0.10.0). This release is named Fusca after the Velvet scoter native to Europe.
announcingduckdb
https://duckdb.org/2023/11/03/db-benchmark-update
Nov 3, 2023 - The H2O.ai db-benchmark has been updated with new results. In addition, the AWS EC2 instance used for benchmarking has been changed to a c6id.metal for...
updatesaidbbenchmark
https://duckdb.org/2025/01/17/raspberryi-pi-tpch
Jan 17, 2025 - DuckDB can run all TPC-H queries on a Raspberry Pi 5 board up to the 1,000 GiB dataset.
raspberry pitpchduckdb
https://duckdb.org/2024/06/20/cli-data-processing-using-duckdb-as-a-unix-tool
Jun 20, 2024 - DuckDB's CLI client is portable to many platforms and architectures. It handles CSV files conveniently and offers users the same rich SQL syntax...
command linedata processingusingduckdbunix
https://duckdb.org/2025/05/21/announcing-duckdb-130
May 21, 2025 - The DuckDB team is happy to announce that today we're releasing DuckDB version 1.3.0, codenamed “Ossivalis”.
announcingduckdb
https://duckdb.org/2024/11/22/runtime-extensible-parsers
Nov 22, 2024
runtimeextensiblesqlusingpeg
https://duckdb.org/science/till-doehmen-duckdq/
Mar 13, 2025 - DuckDB is an in-process SQL database management system focused on analytical query processing. It is designed to be easy to install and easy to use. DuckDB has...
duckdbresearchtill
https://duckdb.org/science/quackir-retrieval-in-duckdb/
Oct 9, 2025 - DuckDB is an in-process SQL database management system focused on analytical query processing. It is designed to be easy to install and easy to use. DuckDB has...
relational databasemanagement systemsretrievalduckdb
https://duckdb.org/science/abigale-kim/
Oct 23, 2025 - DuckDB is an in-process SQL database management system focused on analytical query processing. It is designed to be easy to install and easy to use. DuckDB has...
duckdbresearchabigalekim
https://duckdb.org/2025/08/08/spatial-joins
Aug 8, 2025 - DuckDB v1.3.0 significantly improved the scalability of geospatial joins with a dedicated SPATIAL_JOIN operator.
spatialjoinsduckdb
https://duckdblabs.com/
DuckDB Labs provides services for the DuckDB data management system directly from its creators.
duckdblabsservices
https://duckdb.org/2024/06/03/announcing-duckdb-100
Jun 3, 2024 - The DuckDB team is very happy to announce that today we’re releasing DuckDB version 1.0.0, codename “Snow Duck” (anas nivis).
announcingduckdb
https://duckdb.org/2025/09/16/announcing-duckdb-140
Sep 16, 2025 - We're releasing DuckDB version 1.4.0, codenamed “Andium”. This is an LTS release with one year of community support, and it packs several new features...
announcingduckdblts
https://duckdb.org/2025/02/25/prefix-aliases-in-sql
Feb 25, 2025 - You can now put your aliases first in DuckDB's SQL dialect with a colon, e.g., SELECT a: 42;
prefixaliasessqlduckdb
https://duckdb.org/2025/06/13/text-analytics
Jun 13, 2025 - In this post, we demonstrate how to use DuckDB for keyword, full-text, and semantic similarity search with embeddings.
lightweighttextanalyticsworkflowsduckdb
https://duckdb.org/2023/10/27/csv-sniffer
Oct 27, 2023
automatic detectionduckdbcsvsniffertypes
https://duckdb.org/science/fp-compression/
Mar 25, 2024 - DuckDB is an in-process SQL database management system focused on analytical query processing. It is designed to be easy to install and easy to use. DuckDB has...
floating pointmakeduckflyadvanced
https://fedoramagazine.org/creating-data-analysis-pipelines-using-duckdb-and-rstudio/
This data project details the shift to an In-Situ ELT workflow showcases a hybrid RStudio/Python environment essential for transforming today’s analysts into
data analysisfedora magazinecreatingpipelinesusing
https://duckdb.org/2025/10/22/duckdb-graph-queries-duckpgq
Oct 22, 2025 - You can process graphs in DuckDB! In this post, we show how to use DuckDB and the DuckPGQ community extension to analyze financial data for fraudulent patterns...
financial crimeuncoveringduckdbgraphqueries
https://duckdb.org/2025/05/19/the-lost-decade-of-small-data
May 19, 2025 - We benchmark DuckDB on a 2012 MacBook Pro to decide: did we lose a decade chasing distributed architectures for data analytics?
lost decadesmalldataduckdb
https://motherduck.com/events/
Stay up to date with our next events around the globe. Conferences, meetups, livestreams and more
duckdbevents
https://duckdb.org/2025/03/21/maximizing-your-delta-scan-performance
Mar 21, 2025 - We released a new version of the delta extension, which includes several new features and performance improvements. In this blog post, we’ll put the delta...
deltascanperformanceduckdb
https://duckdb.org/2025/10/09/benchmark-results-14-lts
Oct 9, 2025 - The DuckDB landing page makes some strong claims about DuckDB's popularity. In this blog post, we show evidence for these claims.
benchmark resultsadoptionmetricsduckdb
https://duckdb.org/2023/03/03/json
Mar 3, 2023 - We recently improved DuckDB's JSON extension so JSON files can be directly queried as if they were tables.
shreddingdeeplynestedjsonone
https://duckdb.org/2024/06/22/github-20k-stars
Jun 22, 2024 - DuckDB is an in-process SQL database management system focused on analytical query processing. It is designed to be easy to install and easy to use. DuckDB has...
starsgithubduckdb
https://duckdb.org/2024/08/19/duckdb-tricks-part-1
Aug 19, 2024 - We use a simple example data set to present a few tricks that are useful when using DuckDB.
duckdbtrickspart
https://www.linuxadictos.com/duckdb-una-db-open-source-utilizada-por-google-facebook-y-airbnb.html
Sep 12, 2022 - DuckDB es similar a SQLite en el sentido de que también está diseñado para usarse como una base de datos integrable.
open sourceduckdbunaporgoogle
https://duckdb.org/
DuckDB is an in-process SQL OLAP database management system. Simple, feature-rich, fast & open source.
database managementduckdbprocesssqlolap
https://duckdb.org/foundation/
The independent non-profit DuckDB Foundation safeguards the long-term maintenance and development of DuckDB.
duckdbfoundation
https://duckdb.org/science/torsten-grust/
Oct 16, 2025 - DuckDB is an in-process SQL database management system focused on analytical query processing. It is designed to be easy to install and easy to use. DuckDB has...
duckdbresearchtorsten
https://duckdb.org/2024/10/23/whats-new-in-the-vss-extension
Oct 23, 2024 - DuckDB is another step closer to becoming a vector database! In this post, we show the new performance optimizations implemented in the vector search extension.
newvectorsimilaritysearchextension
https://duckdb.org/2025/05/14/sorting-for-fast-selective-queries
May 14, 2025 - Sorting data when loading can speed up selective read queries by an order of magnitude, thanks to DuckDB's automatic min-max indexes (also known as zone...
sortinginsertfastqueriesduckdb
https://duckdb.org/science/duckpgq-demo/
Aug 28, 2023 - DuckDB is an in-process SQL database management system focused on analytical query processing. It is designed to be easy to install and easy to use. DuckDB has...
bringingsqlduckdb