Use SQL to Query Your Claude/Copilot Data via DuckDB
SQL queries over Claude/Copilot agent data; clever parsing, but tiny audience.
A physical design advisor for DuckDB
Finally a tuning advisor for DuckDB when pg_qualstats exists for PostgreSQL.
Data engineers and analysts using DuckDB for analytics workloads
pg_qualstats · Database Engine Tuning Advisor
I've made an early version of a physical design advisor (called Vizier) for DuckDB. It can analyze a collection of queries (using a set of heuristics) and recommend changes to the physical design/layout of the database (for example, sort orders, Parquet layouts, indexes, etc.), in order to make those queries run faster.
Vizier is implemented as a DuckDB extension in Zig and supports DuckDB version 1.2.0 and newer. The project is very early-stage, but if you're interested in learning more about Vizier or trying it out, you can check out the links below:
Project's GitHub repo: https://github.com/CogitatorTech/vizier
Vizier documentation: https://cogitatortech.github.io/vizier/
SQL queries over Claude/Copilot agent data; clever parsing, but tiny audience.
SQL queries on CSV streams—instant, zero-setup alternative to awk and sqlite3 boilerplate.
Native Zig Datalog engine for taint analysis and access control, but niche use cases limit reach.
Generates native DuckDB SQL for MotherDuck instead of generic dialect.
Automatic differential privacy for SQL without per-query specialist configuration.