LOB Data Types
Last updated
Last updated
The built-in LOB data types
BLOB
,CLOB
, andNCLOB
(stored internally) andBFILE
(stored externally) can store large and unstructured data such as text, image, video, and spatial data. ()
LOB data types are not supported in Snowflake. Per , it is recommended to transform CLOB
to VARCHAR
, and BLOB
to BINARY
, however, there are several limitations.
LOB properties for tables are also not supported in Snowflake.
In the subsections, you will find transformation documentation for the following datatypes: