Skip to content
yuananf edited this page May 5, 2015 · 9 revisions

Presto中文论坛

Presto中文社区http://prestodb-china.com/

Presto京东版本

General Changes

  • where条件和join连接条件中支持varchar到bigint和double的隐式转换

  • 动态加载catalog

  • 支持drop table(view) if exists语法(已合到presto的master版本中)

  • 支持create table [IF NOT EXISTS] tableName (columnDef)语法

  • 添加 system session 参数task_writor_count,动态设置task.writer-count参数值(已合到presto的master版本中)

Hive Changes

  • 支持insert [overwrite/into] table [partition] query 语法

  • 支持create table动态分区

  • 将hive connector执行insert/create table时的默认存储格式为ORC

JDBC Changes

  • 新增HBase/SQL Server/Oracle plugin

  • Presto for Database Optimizer(PDBO)

    • 支持多个节点读取一个表

    • 支持where条件下发到数据库中执行

    • 支持MySQL分库分表

    • 支持表数据缓存

    • 支持表切分时动态步长计算

Clone this wiki locally