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

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.