首页 > 其他 > 详细

HAWQ 操作笔记

时间:2017-03-24 17:29:34      阅读:187      评论:0      收藏:0      [点我收藏+]

1.HAWQ 是不支持主键和外建的,官方文档明确给出

Notes

Using OIDs in new applications is not recommended. Avoid assuming that OIDs are unique across tables; if you need a database-wide unique identifier, use the combination of table OID and row OID for the purpose.

Primary key and foreign key constraints are not supported in HAWQ. For inherited tables, table privileges are not inherited in the current implementation.

HAWQ also supports the parquet columnar storage format. Parquet tables can be more efficient for increasing performance on large queries.

HAWQ 操作笔记

原文:http://www.cnblogs.com/wq3435/p/6612487.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!