duckdb-web icon indicating copy to clipboard operation
duckdb-web copied to clipboard

DuckDB website and documentation

Results 186 duckdb-web issues
Sort by recently updated
recently updated
newest added

In [Tuning workloads](https://duckdb.org/docs/guides/performance/how_to_tune_workloads) under **Profiling** we can read: ``` Query plans can point to the root of performance issues. A few general directions: Avoid nested loop joins in favor of...

performance
guide

This blog post could be used to demonstrate some common patterns in DuckDB SQL, such as CORTAS (starting from CSV, including the CSV shorthand (no read_csv or COPY function required),...

See https://github.com/duckdb/duckdb/issues/11191

awaiting merge
new feature

See https://github.com/duckdb/duckdb/issues/11249

awaiting merge
new feature

...with a big warning saying that this is only for experimental use, even more so than nightly.

installation-and-deployment

It would be nice if https://duckdb.org/docs/installation/ listed installation options for wasm/web.

enhancement
installation-and-deployment