forked from docs/doc-exports
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>
4.4 KiB
4.4 KiB
Data Types and Encodings Supported by IoTDB
IoTDB supports the following data types and encodings. For details, see Table 1.
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 |
Parent topic: Using IoTDB