promote_table_to_memory
Load a table into CAS memory and promote it to global scope, making it accessible to all sessions. Idempotent operation that does not reload already promoted tables.
Instructions
Load a source table into CAS memory at global scope (visible to all sessions).
Loads the table from its caslib data source and promotes it to global
scope via the casManagement updateTableState API. Idempotent: if the
table is already loaded in global scope it is left untouched. Use
list_source_tables to discover unloaded tables that can be promoted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_id | Yes | CAS server name or ID. | |
| caslib_name | Yes | Caslib containing the table. | |
| table_name | Yes | Table to load and promote. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||