duckdb-web
duckdb-web copied to clipboard
DuckDB website and documentation
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...
See https://github.com/duckdb/duckdb/issues/11515
See https://github.com/duckdb/duckdb/issues/11461
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/11275
See https://github.com/duckdb/duckdb/issues/11191
See https://github.com/duckdb/duckdb/issues/11249
...with a big warning saying that this is only for experimental use, even more so than nightly.
It would be nice if https://duckdb.org/docs/installation/ listed installation options for wasm/web.