promote_table_to_memory
Load a source table from its caslib into CAS memory and promote it to global scope, making it visible to all sessions.
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. | |
| table_name | Yes | Table to load and promote. | |
| caslib_name | Yes | Caslib containing the table. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||