Data Parcels | XML Data Type | Teradata Vantage - Data Parcels - Advanced SQL Engine - Teradata Database

XML Data Type

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-28
dita:mapPath
kxe1590704060061.ditamap
dita:ditavalPath
kxe1590704060061.ditaval
dita:id
B035-1140
lifecycle
previous
Product Category
Teradata Vantageā„¢

The XML type is a LOB-type internal UDT and the data is transferred in a manner similar to other LOB types. The XML values are transferred between the server and client in text format. Large values are split across multiple parcels. Existing rules for CLOB data type regarding splitting a single character across multiple parcels apply to the text format. When receiving data, the client will concatenate the data and use the appropriate parser to get the XML value. When sending data, the client should have the capability to split the XML document serializations so that the server, after concatenating the data across the parcels, will have a well-formed document.