Promote Table To Memory
promote_table_to_memoryLoad a source table into CAS memory at global scope, making it visible across all sessions. Use to discover and promote unloaded tables for shared access.
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 | |||