Benefits of GLOP Data | Global and Persistent Data | Teradata Vantage - Benefits of GLOP Data - 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ā„¢

You can use GLOP data to solve a number of operational issues.

Here are some examples:
  • Consider an external routine that requires access to specific operational data. If the volume of data is large or if the data must be secure, passing the data as an argument is not practical. You could place the data in external files, but the cost of maintenance and computing resources is high, especially for a multiple node system or if simultaneous external routine invocations use the same data.

    Instead, you can use system stored procedures to manage GLOP data. The data is available on all nodes and is available to external routines that you configure to use it.

  • Suppose an external routine needs to access or change data differently depending on the user or role associated with the external routine invocation.

    The external routine can use GLOP data that is associated with a user or role, and the actual data the system makes available to the external routine is different depending on the current role or user associated with an external routine invocation.