Reduce compilation failures for expressions over types containing an extremely
large number of nested types. (#537)
Fix error reporting when query fails with due to running out of memory. (#696)
Improve performance of JOIN queries involving join keys of different types.
(#665)
Add initial and experimental support for late materialization.
This feature can be enabled via experimental.work-processor-pipelines
feature config or via work_processor_pipelines session config.
Simple select queries of type SELECT ... FROM table ORDER BY cols LIMIT n can
experience significant CPU and performance improvement. (#602)