JSON Data Type | Standards Compliance | Teradata Vantage - Standards Compliance - Advanced SQL Engine - Teradata Database

JSON Data Type

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
gzn1554761068186.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1150
lifecycle
previous
Product Category
Teradata Vantageā„¢

The Vantage JSON data type is compliant with the standard for JSON syntax defined by IETF RFC 4627. The standard is available at http://www.ietf.org/rfc/rfc4627.txt and http://www.json.org/.

The Vantage implementation of the BSON storage format for the JSON type is compliant with the BSON specification located at http://bsonspec.org/.

The Vantage implementation of the UBJSON storage format deviates slightly from the UBJSON specification located at http://ubjson.org/. The proposed UBJSON standard specifies that numeric types are stored in big-endian format. However, Vantage stores the data in little-endian format to optimize insertion and retrieval times.