Data Parcels | XML Data Type | Teradata Vantage - Data Parcels - Analytics Database - Teradata Vantage

Teradata Vantageā„¢ - XML Data Type - 17.20

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-01-27
dita:mapPath
tkc1628112506748.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
dgs1472251600184
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.