JSON UNICODE/LATIN is only supported on the Block File System on the primary cluster. It is not available for the Object File System.
The JSON data type is provided by Teradata Vantage™. You can use the JSON data type for JSON format data.
- JSON data type content is stored in an optimized format depending on the size of the data.
- The user is not responsible for executing the CREATE TYPE statement for the JSON data type. JSON data types need not be created using DDL by the user as the JSON data type exists in the database.
- The JSON data type cannot be created, dropped, or altered by the user.
- There are two points of commonality between all uses of the JSON data type in any valid location:
- The maximum length of any instance of the JSON data type is variable. You may set the maximum length of the JSON instance, otherwise the default maximum length is used.
- The CHARACTER SET for the text of the JSON data type can be either UNICODE or LATIN. If you do not specify the character set, the default character set of the user is used.
- Teradata Vantage Support for JSON
- Standards Compliance
- JSON Data Type Syntax
- Maximum Length of a JSON Instance
- JSON INLINE LENGTH Specification
- Character Sets for the JSON Data Type
- Storage Formats for the JSON Data Type
- NEW JSON Constructor
- JSON Type Transform Groups
- Casting JSON Data
- JSON Type Ordering
- JSON Type Usage
- Restrictions for the JSON Type
- JSON String Syntax
- Rules for JSON Data
- Operations on the JSON Type
- JSON Methods
- JSON Functions and Operators
- JSON Shredding
- JSON Publishing
- Conversion Rules for JSON Storage Formats
- External Representations for the JSON Type