duckdb Profile Banner
DuckDB Profile
DuckDB

@duckdb

Followers
18K
Following
3K
Media
215
Statuses
844

DuckDB is an analytical in-process SQL database management system. "DuckDB" and the DuckDB logo are registered trademarks of the DuckDB Foundation.

Amsterdam, The Netherlands
Joined May 2019
Don't wanna be here? Send us removal request.
@duckdb
DuckDB
8 months
We are proud to release the first major version of DuckDB, v1.0.0, codenamed "Snow Duck". This version is a culmination of almost six years of research and development. Today we are shipping an innovative database system with a backwards-compatible storage format. Check out our
Tweet media one
24
283
1K
@duckdb
DuckDB
2 months
Fun fact: DuckDB is faster at counting the lines of a CSV file than the UNIX word count command – and it also parses the file to identify its dialect (separator, quote character, etc.). Here are the timings for a 3 GB CSV file: 2.966 seconds for `wc -l` and 1.261 seconds for
Tweet media one
14
57
522
@duckdb
DuckDB
1 year
New blog post by @mraasveldt: Multi-Database Support in DuckDB. DuckDB can now attach MySQL, Postgres, and SQLite databases in addition to databases stored in its own format. This allows data to be read into DuckDB and moved between these systems in a
Tweet media one
9
82
348
@duckdb
DuckDB
9 months
DuckDB was recently covered in @andy_pavlo's Advanced Database Systems course at CMU. The lecture covers DuckDB's history, internals, and integration with other systems. Slides: Recording:
Tweet media one
Tweet media two
Tweet media three
Tweet media four
1
66
351
@duckdb
DuckDB
20 days
We are proud to announce that DuckDB's co-creator, Prof. Dr. Hannes Mühleisen, received the Dutch Prize for ICT Research 2025. This prize is awarded each year to a computer scientist in the Netherlands, who has conducted particularly innovative research in CS within 15 years of.
3
22
283
@duckdb
DuckDB
5 months
We are happy to release DuckDB v1.1.0 “Eatoni”. The new release packs a ton of new features: friendly SQL extensions, performance improvements and spatial features. It also includes improvements towards supporting Community Extensions. See our blog post:
Tweet media one
5
67
273
@duckdb
DuckDB
1 year
We are proud to release DuckDB v0.10.0: Some highlights:.– A reworked and much faster CSV reader.– Fixed-length arrays.– Multi-database support.– Secrets manager.– Temporary memory manager.– Adaptive lossless floating-point compression.– New CLI editor.–
Tweet media one
1
60
264
@duckdb
DuckDB
2 years
Looks like duckdb is now pre-installed on Google Colaboratory
Tweet media one
3
22
255
@duckdb
DuckDB
2 years
DuckDB 0.7.0 "Labradorius" released with #JSON support, parallel and partitioned export to CSV and Parquet, UPSERT, @DataPolars integration, and much more in our release announcement blog post:
8
51
253
@duckdb
DuckDB
9 months
DuckDB is introducing support for vector similarity search through the new VSS extension. Read @Maxxen_'s blog post for a sneak preview on the new extension's capabilities:
Tweet media one
2
54
249
@duckdb
DuckDB
4 months
Did you know that Google Colab has DuckDB as a preinstalled package since mid-2023? It also receives regular upgrades and is now on version 1.1.0.
Tweet media one
3
29
243
@duckdb
DuckDB
1 year
We wrote a performance guide for DuckDB users! This guide covers topics such as the effects of schema (constraints, indexing) and hardware (CPU, memory, disk). We also share best practices for querying Parquet files and tips for tuning your workload.
Tweet media one
1
42
210
@duckdb
DuckDB
8 months
New blog post: Access 150k+ Datasets from Hugging Face with DuckDB. This blog post, co-authored by the @huggingface and DuckDB teams, describes how you can use the hf:// prefix in DuckDB to access datasets in Hugging Face repositories. Read more at
Tweet media one
4
56
216
@duckdb
DuckDB
6 months
We started a series of blog posts called “DuckDB tricks”. In these posts, we will present some useful shorthands, hacks, and design patterns for DuckDB. In the first part of the series, @szarnyasg explains some techniques for handling floats, fine-tuning the CSV reader, and
Tweet media one
6
37
211
@duckdb
DuckDB
8 months
DuckDB has introduced native Delta Lake support. In our new blog post, @samansmink walks through the design and implementation of the new Delta Lake extension. Read more at
Tweet media one
6
36
210
@duckdb
DuckDB
1 year
We just released DuckDB 0.9.0 "Undulata", check out our release announcement blog post:
2
40
204
@duckdb
DuckDB
1 year
We launched a new website! Check it out at
Tweet media one
3
33
202
@duckdb
DuckDB
10 months
New blog post by @lnkuiper – No Memory? No Problem. External Aggregation in DuckDB. The post describes how DuckDB can efficiently aggregate over many more groups than fit in memory, allowing it to complete the 50 GB variant of the
Tweet media one
2
32
183
@duckdb
DuckDB
7 months
New blog post by @mraasveldt:.Memory Management in DuckDB. This blog post explains how DuckDB manages memory. It covers streaming execution, spilling intermediate results to disk, and the buffer manager. Read more at
Tweet media one
0
43
181
@duckdb
DuckDB
8 months
New blog post by @szarnyasg:.Command Line Data Processing: Using DuckDB as a Unix Tool. This blog post shows how DuckDB stacks up against classic Unix tools (such as cut, grep, sort, and sed) when performing simple data processing steps. Read more at
Tweet media one
1
50
179
@duckdb
DuckDB
7 months
📣 We launched the DuckDB Community Extensions repository, which allows secure distribution and installation of third-party extensions. To install a community extension, simply run:. INSTALL extension_name FROM community;. For details, see our blog post:
Tweet media one
1
26
178
@duckdb
DuckDB
1 year
DuckDB's co-creator, Hannes Mühleisen, recently became a professor of data engineering at Radboud University. The recording of his inaugural lecture, titled "The Ancient Art of Data Management", is now available.
1
27
177
@duckdb
DuckDB
7 months
New blog post by @__AlexMonahan__:.Benchmarking Ourselves over Time at DuckDB. The DuckDB team's philosophy is to first ensure correctness, then iterate and optimize to improve performance. This blog explores how this happened over the last three years, when DuckDB became
Tweet media one
5
36
176
@duckdb
DuckDB
10 days
The latest DuckDB book, published by O'Reilly, is available in print. We ordered our copy and received it today. Thanks to Wei-Meng Lee for his educating readers on how to use DuckDB!
Tweet media one
1
21
203
@duckdb
DuckDB
2 years
DuckDB 0.6.0 "Oxyura" released with improved storage, higher performance for CSV loading and indexing, new SQL syntax, better memory management, shell tweaks and so many new features @mraasveldt wrote a separate blog post to explain it all:
4
40
161
@duckdb
DuckDB
5 months
DuckDB v1.1.0 was released this Monday with friendly SQL improvements, performance optimizations and GeoParquet support. For a detailed rundown of the new features, see Mark Raasveldt's presentation from DuckCon #5.
2
29
160
@duckdb
DuckDB
2 years
New blog post by @hfmuehleisen: Querying @PostgreSQL Tables Directly From DuckDB.
4
38
159
@duckdb
DuckDB
7 months
A copy of the “Getting Started with DuckDB” book – authored by @SimonAubury and @nletcher, and published by @PacktPublishing – just arrived to the @duckdblabs office! Congratulations to the authors on publishing this book.
Tweet media one
3
16
160
@duckdb
DuckDB
11 days
New blog post:. Query Engines: Gatekeepers of the Parquet File Format. In this post, Laurens Kuiper argues that we are wasting a lot of bits by not using the Parquet format to its full extent – a limitation caused by the lack of support for Parquet features in some systems.
Tweet media one
5
39
195
@duckdb
DuckDB
1 year
DuckDB supports querying buckets in the AWS S3 Express One Zone. Read the related guide at which shows that DuckDB can read a Parquet file from an S3 Express One bucket at about 1.2 gigabytes per second!. PS: You may also noticed that we started rolling
Tweet media one
2
31
148
@duckdb
DuckDB
2 months
Today we rolled out support for importing Avro files to DuckDB, which was the #1 requested feature in our GitHub forum. To dogfood our extension pipeline, Hannes implemented this feature as a Community Extension. Read more at
Tweet media one
1
23
151
@duckdb
DuckDB
2 years
DuckDB 0.5.0 "Pulchellus" released with persistent indexes, out-of-core hash join, new join order optimizer, and many other improvements
1
27
143
@duckdb
DuckDB
4 months
New blog post by @__AlexMonahan__:.DuckDB in Python in the Browser with Pyodide, PyScript, and JupyterLite. In this post, Alex explains how you can set up a fully in-browser DuckDB notebook in seconds using Pyodide.
Tweet media one
2
27
146
@duckdb
DuckDB
1 year
New blog post by @AlexMonahan: Even Friendlier SQL with DuckDB.
7
29
141
@duckdb
DuckDB
2 years
New blog post by @pdet: DuckDB ADBC - Zero-Copy data transfer via Arrow Database Connectivity
0
26
141
@duckdb
DuckDB
11 months
The DuckDB repository hit 15,000 stars on GitHub today. Thanks to our contributors and our amazing community!
Tweet media one
0
3
136
@duckdb
DuckDB
1 year
We have revamped one of our core operators, aggregation. It has improved scalability for many unique groups and for a large number of cores. Thanks to these, you can expect better performance when running large aggregations on big machines.
1
17
132
@duckdb
DuckDB
11 months
New blog post by @__AlexMonahan__. SQL Gymnastics: Bending SQL into flexible new shapes. In this post, Alex presents pure SQL queries to implement dynamic groupings and aggregate functions using DuckDB's friendly SQL extensions. The queries can be used to
Tweet media one
1
25
140
@duckdb
DuckDB
1 year
The Awesome DuckDB repository, maintained by @davidgasquez, has grown to more than 100 entries in less than a year. If you are aware of more cool projects using DuckDB, please consider submitting a PR!.
Tweet media one
2
27
136
@duckdb
DuckDB
10 months
New blog post by @hfmuehleisen. duckplyr: dplyr powered by DuckDB. The post describes the new R package duckplyr, which translates the dplyr API to DuckDB’s execution engine. Read more at
Tweet media one
1
36
134
@duckdb
DuckDB
10 months
Did you know that you can connect to a DuckDB database file via HTTPS or S3 with just two SQL statements? We have a new guide that explains how to do this.
Tweet media one
2
17
130
@duckdb
DuckDB
4 months
New blog post by @__AlexMonahan__:.Creating a SQL-Only Extension for Excel-Style Pivoting in DuckDB. In this beginner-friendly blog post, Alex walks us through creating a DuckDB extension to implement a generic pivot table function with minimal C++ code.
1
17
128
@duckdb
DuckDB
6 months
The recording of the talk on DuckDB's spatial library, presented by its author @maxxen at @GeoPythonConf 2024 is now available. DuckDB Spatial: Supercharged Geospatial SQL.
Tweet media one
3
22
123
@duckdb
DuckDB
5 months
We published the videos for DuckCon #5: The playlist contains the following talks and demos:. • Hannes Mühleisen and Mark Raasveldt – Overview and latest developments. • Frances Perry – MotherDuck: Taking flight with interactive analytics. • Jaan Lı 李
Tweet media one
0
17
128
@duckdb
DuckDB
2 years
DuckDB 0.8.0 "Fulvigula" released, check out our release announcement blog post:
4
34
122
@duckdb
DuckDB
11 months
There are now a lot of handy tools and cool projects built around DuckDB. You can find a list of these in the Awesome DuckDB repository maintained by @davidgasquez. See the list and contribute your project at
Tweet media one
1
30
126
@duckdb
DuckDB
3 years
DuckDB just reached 5000 stars on GitHub, thanks everyone!
Tweet media one
2
9
125
@duckdb
DuckDB
3 years
New blog post by @__AlexMonahan__: Friendlier SQL with DuckDB.
6
25
121
@duckdb
DuckDB
7 months
After the release of DuckDB v1.0.0 earlier this month, we recently crossed two other milestones:. – The DuckDB repository on GitHub reached more than 20,000 stars ⭐️.– The website surpassed more than 1 million visitor per month 📈. We wrote a few words
Tweet media one
2
11
121
@duckdb
DuckDB
8 months
This blog post by Cal Paterson (, "DuckDB Isn't Just Fast", discusses some of DuckDB's characteristics outside of sheer processing speed: developer ergonomics, scalability using out-of-core processing, and ease of setup.
0
17
118
@duckdb
DuckDB
2 years
New blog post: JupySQL enables SQL cells in Jupyter, supports DuckDB, and also enables plotting larger than memory datasets using DuckDB! JupySQL is an active fork of ipython-sql being enhanced by the folks at @ploomber. Let us know what you think!.
4
23
115
@duckdb
DuckDB
2 years
DuckDB reached 10 000 stars on GitHub:
3
9
115
@duckdb
DuckDB
1 year
The new DuckDB landing page, has several code snippets for SQL features and DuckDB's APIs. You can use the "Live Demo" button to execute the queries on an example dataset in your browser using the DuckDB shell that runs in WebAssembly. Note: the demo
1
18
113
@duckdb
DuckDB
8 months
DuckDB's documentation is now available for offline use both as a PDF and as a ZIP archive, which contains the static HTML of the website. Head to to grab a copy.
Tweet media one
3
9
112
@duckdb
DuckDB
2 months
New blog post by @holanda_pe:. CSV Files: Dethroning Parquet as the Ultimate Storage File Format — or Not?. In this post, DuckDB's CSV reader faces off. DuckDB's Parquet reader on reading tables and running queries directly on files.
Tweet media one
3
15
115
@duckdb
DuckDB
3 months
𝗔 𝗽𝗲𝗲𝗸 𝘂𝗻𝗱𝗲𝗿 𝘁𝗵𝗲 𝗵𝗼𝗼𝗱 𝗼𝗳 𝗗𝘂𝗰𝗸𝗗𝗕. If you want to know what makes DuckDB so fast, check out the new blog post by Tim Ebergen on how the "optimizers play a silent, but vital role when using a database":
1
31
115
@duckdb
DuckDB
4 months
Last week, we published two blog posts:. 1) Alex Monahan implemented a SQL-only extension that mimics Excel's pivot functionality. 2) Hannes Mühleisen and Mark Raasveldt wrote about the importance of ACID transactions and released preliminary experimental results for TPC-H.
Tweet media one
2
11
111
@duckdb
DuckDB
8 months
The R package for DuckDB v1.0.0 is out on CRAN! Run install.packages("duckdb") to upgrade.
Tweet media one
0
19
110
@duckdb
DuckDB
8 months
We released DuckDB v1.0.0 a week ago. There is a growing list of tools integrating with DuckDB, applications that use DuckDB, and extensions created for DuckDB. You can find a list of these in the Awesome DuckDB repository, maintained by @davidgasquez. The list is never.
1
16
109
@duckdb
DuckDB
5 months
DuckDB v1.1.0 shipped a hidden gem for benchmark enthusiasts: the built-in TPC-H data generator is now multi-threaded, so you can now generate huge TPC-H data sets on a single machine with reasonable runtimes. We updated our documentation with estimates on this.
Tweet media one
1
15
108
@duckdb
DuckDB
1 year
We have started publishing the recordings of DuckCon #4. We are first releasing the “State of the Duck” talk by DuckDB's co-creators, Hannes Mühleisen (@hfmuehleisen) and Mark Raasveldt (@mraasveldt). Video: Slides: Special thanks
Tweet media one
1
20
107
@duckdb
DuckDB
1 year
The DuckDB team celebrates yesterday’s release, v0.10.0, with a custom-made yoghurt cake! 🍰
Tweet media one
2
3
105
@duckdb
DuckDB
2 months
New blog post by Hannes Mühleisen and Mark Raasveldt:. Runtime-Extensible SQL Parsers Using PEG. This post discusses how parsers in DBMSs could be re-designed using Parser Expression Grammars for extensibility and improved error reporting.
Tweet media one
1
21
108
@duckdb
DuckDB
1 year
Lambda functions are one of the most popular features in DuckDB. We recently added list_reduce, a new scalar function that supports lambdas, and they got their own documentation page at Note that this feature is currently only available in DuckDB's
Tweet media one
0
16
105
@duckdb
DuckDB
4 months
𝐃𝐮𝐜𝐤𝐃𝐁 𝐓𝐫𝐢𝐜𝐤𝐬: 𝐏𝐚𝐫𝐭 𝟐. We continue our DuckDB Tricks series with a second part, where @szarnyasg shares some helpful hints for data wrangling: Have a trick you’d like to share? Let us know in the comments! 🦆.
1
13
106
@duckdb
DuckDB
1 year
DuckDB just got a tldr page. If you have @tldr_pages installed, you can get examples of the most common command-line arguments with:. $ tldr duckdb
Tweet media one
0
21
104
@duckdb
DuckDB
8 months
Congratulations to @motherduck on launching their DuckDB-powered cloud data warehouse in General Availability! 🎉.
@motherduck
MotherDuck
8 months
MotherDuck, the ducking simple data warehouse, is now Generally Available! 🍾🥂 Thank you to our community of thousands of users who have tested, validated, and helped improve MotherDuck over the last year.❤️🦆.
3
10
105
@duckdb
DuckDB
10 months
New blog post by @hfmuehleisen:.42.parquet – A Zip Bomb for the Big Data Age.
0
26
103
@duckdb
DuckDB
4 months
𝐍𝐞𝐰 𝐑𝐞𝐥𝐞𝐚𝐬𝐞: 𝐃𝐮𝐜𝐤𝐃𝐁 𝟏.𝟏.𝟐. We released DuckDB version 1.1.2 - a bug fix release. Curious about the change log? Here are the release notes: Follow our documentation for instructions on installing or upgrading:
Tweet media one
1
14
101
@duckdb
DuckDB
9 months
Did you know that DuckDB's documentation is available as a single PDF? It includes all documentation pages and guides, and just surpassed 1,000 pages.
Tweet media one
2
15
99
@duckdb
DuckDB
1 year
New blog post by @carlo_piovesan: Extensions for DuckDB-Wasm. Thanks to recent developments, DuckDB-Wasm users can now load DuckDB extensions, allowing them to run extensions in the browser.
2
31
97
@duckdb
DuckDB
4 months
We released DuckDB version 1.1.1, a bugfix release. The installation page has the links and instructions for upgrading: For the change log, see the release notes:
Tweet media one
3
23
97
@duckdb
DuckDB
1 year
DuckDB was included in @InfoWorlds's best open-source software list as a "tiny-but-powerful project" that provides just enough OLAP for most use cases. The award praised the lightweight nature and many features of DuckDB.
Tweet media one
@InfoWorld
InfoWorld
1 year
The best open source software of 2023 Ready to discover more? Click the image below ⬇️.
2
16
95
@duckdb
DuckDB
1 year
The third talk at DuckCon #4 was presented by Subash Roul of @Fivetran, titled “Building Data Lake Using DuckDB”. Video: Slides:
Tweet media one
1
20
92
@duckdb
DuckDB
10 months
This blog post is a short summary of the ICDE 2024 .(@icdeconf) paper authored by @lnkuiper, @peterabcz, and @hfmuehleisen: Robust External Hash Aggregation in the Solid State Age. The paper is available at
Tweet media one
@duckdb
DuckDB
10 months
New blog post by @lnkuiper – No Memory? No Problem. External Aggregation in DuckDB. The post describes how DuckDB can efficiently aggregate over many more groups than fit in memory, allowing it to complete the 50 GB variant of the
Tweet media one
0
17
93
@duckdb
DuckDB
3 years
New blog post by Richard Wesley: Range Joins in DuckDB.
1
19
93
@duckdb
DuckDB
4 months
New blog post by Hannes Mühleisen and Mark Raasveldt: Changing Data with Confidence and ACID. We explain the ACID transactional properties, show that transactions are useful for data analysis workloads, and test DuckDB using the full TPC-H benchmark.
1
17
95
@duckdb
DuckDB
1 year
Did you know that you can use DuckDB to query Google Sheets via its CSV export? This blog post at areca data explains how:
Tweet media one
2
16
94
@duckdb
DuckDB
1 year
New blog post by @holanda_pe – DuckDB's CSV Sniffer: Automatic Detection of Types and Dialects.
3
12
92
@duckdb
DuckDB
2 years
#DuckCon recording #1: "State of the Duck" by @mraasveldt and @hfmuehleisen
2
21
87
@duckdb
DuckDB
10 months
DuckDB can both export to and import from Numpy arrays. We added two new guides to cover these features:.
Tweet media one
Tweet media two
5
15
90
@duckdb
DuckDB
8 months
DuckDB's co-creator @hfmuehleisen announced support for Delta Lake (@DeltaLakeOSS) in DuckDB at last week's @Data_AI_Summit. You can rewatch the keynote segment below:. For more information, see the delta extension's documentation:.
1
11
90
@duckdb
DuckDB
8 months
DuckDB's co-creator @hfmuehleisen will give a keynote tomorrow at @GOTOamst. Hannes, who is also a professor of data engineering at @Radboud_Uni, will give an overview of the last decades of data management, discuss why relational systems are still prevailing, and why
Tweet media one
2
10
86
@duckdb
DuckDB
3 months
Interested in finding out more about data wrangling with DuckDB? Be sure to watch the keynote from posit::conf, where @hfmuehleisen talks about "Data Wrangling [for Python or R] Like a Boss With DuckDB":
0
10
89
@duckdb
DuckDB
3 months
𝗙𝗮𝘀𝘁𝗲𝗿 𝘁𝗼𝗽 𝗡 𝗳𝗼𝗿 𝗮𝗴𝗴𝗿𝗲𝗴𝗮𝘁𝗲 𝗳𝘂𝗻𝗰𝘁𝗶𝗼𝗻𝘀. The end of the week brings us another blog post. @__AlexMonahan__ takes a deep dive into the top N capabilities in DuckDB: Happy Friday!.
0
15
89
@duckdb
DuckDB
2 years
New post by @lnkuiper: Shredding deeply nested #JSON one vector at a time. Querying JSON as a table is as easy as SELECT * FROM 'file.json'; . It's fast too, thanks to DuckDB's lists/structs and the yyjson parser by @ibireme.
3
26
88
@duckdb
DuckDB
1 year
We rolled out an updated syntax highlighter and a new color scheme in the DuckDB documentation, The highlighter now knows all of DuckDB's keywords and functions. The color scheme is based in the Bluloco theme (.
Tweet media one
Tweet media two
Tweet media three
1
10
88
@duckdb
DuckDB
8 months
New blog post by @szarnyasg:.Analyzing Railway Traffic in the Netherlands. This tutorial demonstrates some of DuckDB's key query features using datasets that capture the railway traffic in the Netherlands.
Tweet media one
3
16
86
@duckdb
DuckDB
9 months
PS: DuckDB v1.0.0 will be released this summer.
2
14
85
@duckdb
DuckDB
5 months
DuckDB can now read tar archives via the tarfs Community Extension maintained by @Maxxen_:.
Tweet media one
1
9
84
@duckdb
DuckDB
1 year
New blog post by Richard Wesley – DuckDB's AsOf Joins: Fuzzy Temporal Lookups.
0
14
86
@duckdb
DuckDB
5 months
We rolled out two updates on our website:. 1️⃣ Most importantly, the long-awaited and much requested dark mode for the documentation pages. 2️⃣ A streamlined installation page with more detailed notes and examples. Check these out at
Tweet media one
1
6
85
@duckdb
DuckDB
3 months
𝗖𝗼𝗻𝗰𝘂𝗿𝗿𝗲𝗻𝗰𝘆 𝗰𝗼𝗻𝘁𝗿𝗼𝗹 𝗮𝗻𝗱 𝗹𝗼𝗴𝗴𝗶𝗻𝗴 𝗶𝗻 𝗗𝘂𝗰𝗸𝗗𝗕. Have you ever wondered what the .wal file is when working with DuckDB? Time to find out! .This week, the co-creators of DuckDB, @hfmuehleisen and @mraasveldt, wrote a blog post about the Multi-Version.
0
14
83
@duckdb
DuckDB
10 months
Did you know that DuckDB supports function chaining? This allows function calls to be rewritten in more a readable manner. See the Even Friendlier SQL with DuckDB blog post for details:.
Tweet media one
0
13
82
@duckdb
DuckDB
6 months
The slide decks of DuckCon #5 are now available. We recorded the talks and will publish them in September.
2
13
84
@duckdb
DuckDB
5 months
The DuckDB v1.1.0 JDBC client is now available on the Maven Central:
Tweet media one
1
17
84
@duckdb
DuckDB
5 months
We have extended DuckDB's Operations Manual with new pages, detailing the built-in limit values of the system, e.g., maximum string size (, and expected cases of non-deterministic behavior along with potential workarounds (.
Tweet media one
Tweet media two
0
12
83
@duckdb
DuckDB
8 months
As promised just 1.5 weeks ago, we have indeed released DuckDB v1.0.0 this summer ☀️
Tweet media one
4
10
75
@duckdb
DuckDB
4 months
𝐖𝐨𝐫𝐤𝐢𝐧𝐠 𝐰𝐢𝐭𝐡: 𝐝𝐮𝐜𝐤𝐩𝐥𝐲𝐫. This week’s blog post is brought to you by @hfmuehleisen, who shows how you can optimize the data analysis in R and go from seconds to milliseconds.
1
18
79
@duckdb
DuckDB
8 months
“With DuckDB as a browser for the data cloud, relational datasets are always just a hyperlink away.” – That's a great line. Thanks for this nice blog post, @NikolasGoebel!.
@NikolasGoebel
Nikolas Göbel
8 months
@duckdb doesn't need data to be a database (and to me that's what makes it special).
2
5
74