'Does TDengine database support BLOB data type?

Currently, I'm using TDengine in a project and want to have a BLOB column to store a variable of unstructured binary data(e.g. CSV files). Does TDengine support this kind of data type for columns or tags like MySQL which has TINYBLOB, MEDIUMBLOB, and LONGBLOB, etc.?



Solution 1:[1]

TDengine supports the binary type and no more than 16K bytes length.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Shuduo