Profile avatar
urrutia.bsky.social
Data | Bass Another DuckDB enthusiast ATX
223 posts 77 followers 145 following
Regular Contributor
Active Commenter

Dropping a cheatsheet to share some #DuckDB basics Check out some of the easy stuff to get started Going to continue rolling out more soon Stay tuned

the crŷptö böts made it

🔥 SQL Pro Tips: Filtering in the right place 🚀 HAVING: Filter groups after aggregation. QUALIFY: Filter results of window functions. FILTER: Exclude rows before aggregating. Master these, and SQL gets so much cleaner! 💡 #DuckDB

This is a pretty powerful query We're combining window functions, quantile analysis, and custom window definition to provide detailed insights The query uses a named window with a complex order and partition and the query references the window defined after the FROM clause #duckdb

Query and query_table - dynamic sql Macros in DuckDB

Creative Architecture is where this can be explored. Cryptic enough?

Finder and search bar have been and continue to be garbage

high powered ephemeral analytics at a fraction of the cost

Are all things named Lumon or alike not to be trusted?

Interactive Analysis Pipeline Component "Creative Architecture" -> This just means lambda functions on my phone. What am I talking about?

Life is funny like that

#DuckDB offers unique and flexible SQL capabilities - EXCLUDE to remove specific cols in a select - REPLACE to modify and replace col values - COLUMNS to select, filter, or agg based on regex - Aliases that can be accessed in WHERE and HAVING - GROUP BY and ORDER BY ALL to simplify grouping - SAMPLE

You should use CTEs instead of subqueries: 1. nested subqueries are not allowed to reference themselves. 2. CTEs will make individual aggregates that can then reference each other 3. Recursion in SQL is possible because of CTEs, making it possible to reference a CTE from within itself #duckdb

DuckDB - Import / Export Formats CSV JSON Parquet Partitioned Data Lakes Relational DB

SQL is the past, present, and future. If you think otherwise, you're wrong

What is DuckDB? - An in-process analytical database system - It's free, open-sourced, and designed for OLAP tasks. - Focuses on fast, vectorized processing.

DuckDB deep-dive Let's get it