Github
来源:PrestoDB
浏览 322
扫码
分享
2019-11-30 14:25:43
11.108. Release 0.133
General Changes
- Add support for calling connector-defined procedures using CALL.
- Add System Connector procedure for killing running queries.
- Properly expire idle transactions that consist of just the start transaction statementand nothing else.
- Fix possible deadlock in worker communication when task restart is detected.
- Performance improvements for aggregations on dictionary encoded data.This optimization is turned off by default. It can be configured via the
optimizer.dictionary-aggregation
config property or thedictionary_aggregation
session property. - Fix race which could cause queries to fail when using
concat()
onARRAY, or when enabling columnar_processing_dictionary
. - Add sticky headers and the ability to sort the tasks table on the query pagein the web interface.