164 Star 224 Fork 1.2K

openGauss / docs

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
列存表支持的数据类型.md 30.69 KB
Copy Edit Raw Blame History
tongdabao authored 2022-03-11 17:04 . fix featuer

列存表支持的数据类型

列存表支持的数据类型如表1所示。

表 1 列存表支持的数据类型

类别

数据类型

长度

是否支持

Numeric Types

smallint

2

支持

integer

4

支持

bigint

8

支持

decimal

-1

支持

numeric

-1

支持

real

4

支持

double precision

8

支持

smallserial

2

支持

serial

4

支持

bigserial

8

支持

largeerial

8

支持

Monetary Types

money

8

支持

Character Types

character varying(n), varchar(n)

-1

支持

character(n), char(n)

n

支持

character、char

1

支持

text

-1

支持

nvarchar

-1

支持

nvarchar2

-1

支持

name

64

不支持

Date/Time Types

timestamp with time zone

8

支持

timestamp without time zone

8

支持

date

4

支持

time without time zone

8

支持

time with time zone

12

支持

interval

16

支持

big object

clob

-1

支持

blob

-1

不支持

other types

不支持

1
https://gitee.com/opengauss/docs.git
git@gitee.com:opengauss/docs.git
opengauss
docs
docs
3.0.0

Search