首页 > 代码库 > HAWQ 操作笔记
HAWQ 操作笔记
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 操作笔记
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。