Yang, Tong 48706b7552 MRS COMP-LTS 320-lts.1 version
Reviewed-by: Kacur, Michal <michal.kacur@t-systems.com>
Co-authored-by: Yang, Tong <yangtong2@huawei.com>
Co-committed-by: Yang, Tong <yangtong2@huawei.com>
2024-04-12 12:51:10 +00:00

4.4 KiB

Data Types and Encodings Supported by IoTDB

IoTDB supports the following data types and encodings. For details, see Table 1.

Table 1 Data types and encodings supported by IoTDB

Type

Description

Supported Encoding

BOOLEAN

Boolean

PLAIN, RLE

INT32

Integer

PLAIN, RLE, TS_2DIFF, GORILLA, FREQ, ZIGZAG

INT64

Long integer

PLAIN, RLE, TS_2DIFF, GORILLA, FREQ, ZIGZAG

FLOAT

Float

PLAIN, RLE, TS_2DIFF, GORILLA, FREQ

DOUBLE

Double

PLAIN, RLE, TS_2DIFF, GORILLA, FREQ

TEXT

String

PLAIN, DICTIONARY