Skip to content

6 posts

Writing on DuckDB

In-process analytics — query Parquet and CSV files directly, with full EXPLAIN support and agent mode. Where it stops: Single-writer by design: no sessions to list, so health shows storage, not connections.

EngineeringDatabases

Querying Parquet and CSV from the DuckDB editor

File-reaching SQL works on the writable editor connection and is refused under the read-only agent handle, so the capability has to be stated with that split.

EngineeringDatabases

DuckDB plans are estimates here, permanently

The timing form of EXPLAIN executes the statement it was asked to explain, so it is never emitted and no measured node timings are published.