Mark Raasveldt (@mraasveldt) 's Twitter Profile
Mark Raasveldt

@mraasveldt

ID: 273906876

calendar_today29-03-2011 10:57:10

97 Tweet

925 Followers

61 Following

Pedro Holanda (@holanda_pe) 's Twitter Profile Photo

Tomorrow at 14:30pm, I'll be at the Python DevRoom FOSDEM @[email protected] quacking about DuckDB in the Python Land! I will present some DBMS techniques we implemented in DuckDB + How we integrate DuckDB in the Python Land. I'll also do a small demo of DuckDB/Pandas/Spark. Be there or be ā–”

DuckDB (@duckdb) 's Twitter Profile Photo

DuckDB 0.7.0 "Labradorius" released with #JSON support, parallel and partitioned export to CSV and Parquet, UPSERT, polars data integration, and much more in our release announcement blog post: duckdb.org/2023/02/13/ann…

Mim (@mim_djo) 's Twitter Profile Photo

stop what you are doing, this is not a drill , Pivot and unpivot with arbitrary columns is coming to #duckdb šŸ„³šŸŽ‰šŸ„³šŸŽ‰šŸ„³šŸŽ‰ github.com/duckdb/duckdb/…

DuckDB (@duckdb) 's Twitter Profile Photo

New post by Laurens Kuiper: 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. duckdb.org/2023/03/03/jso…

Alex Monahan (@__alexmonahan__) 's Twitter Profile Photo

With DuckDB's new automatic JSON parsing, you can easily analyze lots of JSON really fast. The best part is that this trick works everywhere... Local data, cloud data (S3, GitHub,...), stdin/stdout, CLI/Python/Node, and more! Crunch JSON with ease with DuckDB in your toolbox!

Alex Monahan (@__alexmonahan__) 's Twitter Profile Photo

Do you wish your DB was more Pythonic? How about more fluent? In DuckDB, now you can chain functions together! No more reading from the inside out - you can read your code left to right! SELECT ([1,2,3]).filter(x -> x<3).apply(x -> x*5) Modern SQL! github.com/duckdb/duckdb/…

MotherDuck (@motherduck) 's Twitter Profile Photo

šŸŽ‰We're ecstatic to announce our inaugural release designed to turbocharge DuckDB in the Cloud! Plus, our product tour comes with a fun twist - a real duck as your guide! šŸ¦† motherduck.com/blog/announcin…

DuckDB (@duckdb) 's Twitter Profile Photo

We have released DuckDB v0.10.1, a bugfix release. For installation instructions, see: duckdb.org/docs/installat… This release fixes several issues with the CSV parser and tackles scenarios which previously resulted in out-of-memory (OOM) errors (details in 🧵).

We have released DuckDB v0.10.1, a bugfix release. For installation instructions, see: duckdb.org/docs/installat…

This release fixes several issues with the CSV parser and tackles scenarios which previously resulted in out-of-memory (OOM) errors (details in 🧵).
DuckDB (@duckdb) 's Twitter Profile Photo

DuckDB is introducing support for vector similarity search through the new VSS extension. Read Max Gabrielsson's blog post for a sneak preview on the new extension's capabilities: duckdb.org/2024/05/03/vec…

DuckDB is introducing support for vector similarity search through the new VSS extension.

Read <a href="/Maxxen_/">Max Gabrielsson</a>'s blog post for a sneak preview on the new extension's capabilities: duckdb.org/2024/05/03/vec…
DuckDB (@duckdb) 's Twitter Profile Photo

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

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
DuckDB (@duckdb) 's Twitter Profile Photo

Today we're launching DuckLake, an integrated data lake and catalog format powered by SQL. DuckLake unlocks next-generation data warehousing where compute is local, consistency central, and storage scales till infinity. ⁠DuckLake is an open standard and we've implemented it in

Today we're launching DuckLake, an integrated data lake and catalog format powered by SQL. DuckLake unlocks next-generation data warehousing where compute is local, consistency central, and storage scales till infinity. ⁠DuckLake is an open standard and we've implemented it in