by shigemk2

当面は技術的なことしか書かない

presto 0.192 memo

presto 0.192

Fix performance regression in split scheduling introduced in 0.191. If a query scans a non-trivial number of splits (~1M splits in an hour), the coordinator CPU utilization can be very high, leading to elevated communication failures.

1M以下のスキャンが始まるとCPU使用率がハイになるから0.191で導入した分割スケジューリングは辞めた

groupingのパフォーマンス改善

HiveのファイルシステムエラーをORCの例外として扱わない Do not treat file system errors as corruptions for ORC · prestodb/presto@31fddf4 · GitHub

https://prestodb.io/docs/current/release/release-0.192.html