DuckDB 1.1 introduces several new features including custom HTTP headers for API calls, the VARINT data type for optimized memory usage, Pyodide support for running DuckDB in the browser, improvements in query execution speed with ORDER BY and LIMIT clauses, and enhanced debugging capabilities through an HTML EXPLAIN output.
Table of contents
1. Custom HTTP headers: your database can do API call2. More data types to optimize memory: VARINT3. More DuckDB in the browser: Pyodide support4. ORDER BY + LIMIT get faster5. More insights from EXPLAIN - easier debugging1 Comment
Sort: