Choosing the Correct Execution Option for a C/C++ UDF | Teradata Vantage - Choosing the Correct Execution Option for a C/C++ UDF - Analytics Database - Teradata Vantage

SQL External Routine Programming

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-07-11
dita:mapPath
iiv1628111441820.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
B035-1147
lifecycle
latest
Product Category
Teradata Vantage™

Use the following table to choose the correct execution option for a UDF.

IF … THEN use …
you are in the UDF development phase and are debugging a function EXECUTE PROTECTED.
the function opens a file or uses another operating system resource that requires tracking by the operating system EXECUTE PROTECTED.

Running such a function in nonprotected mode could interfere with proper Vantage operation.

the function is a computational function that does not use any operating system resources EXECUTE NOT PROTECTED.

Running a UDF in nonprotected mode speeds up the processing of the function considerably.

Use this option only after thoroughly debugging the function and making sure it produces the correct output.