This preview release of DuckDB is named "Serrator" after the Red-breasted merganser (Mergus serrator). Binary builds are listed below. Feedback is very welcome.
Note: This release introduces a backwards-incompatible change to the on-disk storage format. We suggest you use the EXPORT DATABASE command with the old version followed by IMPORT DATABASE with the new version to migrate your data. See the documentation for details.
Major changes:
SQL:
- #1179: Interval Cleanup & Extended
INTERVAL
Syntax - #1147: Add exact
MEDIAN
andQUANTILE
functions - #1129: Support scalar functions with
CREATE FUNCTION
- #1137: Add support for (
NOT
)ILIKE
, and optimize certain types ofLIKE
expressions
Engine
- #1160: Perfect Aggregate Hash Tables
- #1133: Statistics Rework & Statistics Propagation
- #1144: Common Aggregate Optimizer, #1143: CSE Optimizer and #1135: Optimizing expressions in grouping keys
- #1138: Use predication in filters
- #1071: Removing string null termination requirement
Clients
- #1112: Add DuckDB node.js API
- #1168: Add support for Pandas category types
- #1181: Extend DuckDB::LibraryVersion() to output dev version in format
0.2.3-devXXX
& #1176: Python binding: Add module attributes for introspecting DuckDB version
Parquet Reader: