DWS不同存储格式建表参考

举报
yd_212678633 发表于 2024/12/23 10:42:25 2024/12/23
【摘要】 DWS不同存储格式建表参考

目前DWS(9.1.0系列)推荐的存储格式有行存、列存、hstore-opt三种,从数据类型、分区、持久化类型、分布方式、列约束、索引,以及存储参数维度进行了分析,建表可以参考:

存储格式 数据类型 分区类型 持久化类型 分布方式 列约束类型 索引类型 storage_parameter
行存 数值类型:integer/bigint/smallint/decimal/numeric/real/double precision/smallserial/serial/bigserial
字符串类型:character varying(n)/varchar(n)//character(n)/char(n)/text/nvarchar2(n)
时间类型:timestamp with time zone/timestamp without time zone/date/time without time zone/time with time zone/interval
布尔类型:BOOLEAN
复合类型:json/jsonb
非分区表
range分区
list分区
自增分区
普通表
global temp table
local temp table
volatile temp table
unlogged table
hash
roundrobin
replication
null/not null
check
default value
unique
primary key
btree
gin
gist
orientation: row
compression: no/low/middle/high
列存 数值类型:integer/bigint/smallint/decimal/numeric/real/double precision/smallserial/serial/bigserial
字符串类型:character varying(n)/varchar(n)//character(n)/char(n)/text/nvarchar2(n)
时间类型:timestamp with time zone/timestamp without time zone/date/time without time zone/time with time zone/interval
布尔类型:BOOLEAN
复合类型:json/jsonb
非分区表
range分区
list分区
自增分区
普通表
global temp table
local temp table
volatile temp table
unlogged table
hash
roundrobin
replication
null/not null
default value
unique
primary key
partial cluster key
psort
cgin
cbtree
orientation: column
colversion: 2.0/3.0
enable_turbo_store: on/off
enable_delta: on/off
compression: no/low/middle/high
hstore-opt 数值类型:integer/bigint/smallint/decimal/numeric/real/double precision/smallserial/serial/bigserial
字符串类型:character varying(n)/varchar(n)//character(n)/char(n)/text/nvarchar2(n)
时间类型:timestamp with time zone/timestamp without time zone/date/time without time zone/time with time zone/interval
布尔类型:BOOLEAN
复合类型:json/jsonb
非分区表
range分区
list分区
自增分区
普通表
global temp table
local temp table
volatile temp table
unlogged table
hash
roundrobin
replication
null/not null
default value
unique
primary key
partial cluster key
psort
cgin
cbtree
orientation: column
enable_hstore_opt: on
enable_turbo_store: on/off
colversion: 2.0/3.0
bitmap_columns='列名'
secondary_part_column='列名'
compression: no/low/middle/high
【版权声明】本文为华为云社区用户原创内容,转载时必须标注文章的来源(华为云社区)、文章链接、文章作者等基本信息, 否则作者和本社区有权追究责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。