forked from prestodb/presto
-
Notifications
You must be signed in to change notification settings - Fork 98
Presto 0.107 JD release
Liming Guo edited this page Jun 25, 2015
·
3 revisions
-
支持Join条件中隐式转换(已合到presto的master版本中)
-
添加 system session 参数query_max_memory,动态设置query.max-memory参数值(已合到presto的master版本中)
-
可定制参与SINGLE stage的节点,并可配置这些节点是否参与FIXED、SOURCE stage 详细功能请点我
-
Fix bug
- 更改Hive的存储格式为ORC
-
重构PDBO功能模块
-
将PDBO路由信息拆分为两个表
-
多节点读取一个表时,支持分批次从数据库中读取数据
-
支持Varchar、Date、TimeStamp类型字段的条件下推至数据库
-
从SQL Server数据库读取数据时,默认增加nolock属性
-