Benefits of Teradata C/C++ UDF Debugger - Advanced SQL Engine - Teradata Database

SQL External Routine Programming

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-24
dita:mapPath
qwr1571437338192.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1147
lifecycle
previous
Product Category
Teradata Vantage™

Debugging UDFs poses a particularly challenging problem in the Teradata environment. Due to the massively parallel nature of Teradata, UDFs can run in multiple processes on multiple nodes.

Using a regular debugger (like the standard GDB) requires users to attach to each UDF server process manually, in separate debugging sessions. The Teradata C/C++ UDF Debugger attaches automatically to every UDF server associated with an SQL request and controls those UDFs from a single debugging session. These features provide modern debugging capabilities for UDFs running within the Teradata Database.