forked from prestodb/presto
-
Notifications
You must be signed in to change notification settings - Fork 98
Home
yuananf edited this page May 5, 2015
·
9 revisions
Presto中文社区http://prestodb-china.com/
-
相关改造的使用手册请点击
-
Presto京东版本添加的DDL-DML操作示例请参考[Presto DDL-DML示例] (https://github.com/CHINA-JD/presto/wiki/Presto-DDL-DML%E7%A4%BA%E4%BE%8B)
-
PDBO使用手册请参考PDBO使用手册
-
Presto参数说明请参考Presto参数说明
-
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版本中)
-
支持insert [overwrite/into] table [partition] query 语法
-
支持create table动态分区
-
将hive connector执行insert/create table时的默认存储格式为ORC
-
新增HBase/SQL Server/Oracle plugin
-
Presto for Database Optimizer(PDBO)
-
支持多个节点读取一个表
-
支持where条件下发到数据库中执行
-
支持MySQL分库分表
-
支持表数据缓存
-
支持表切分时动态步长计算
-