?>
Voir la documentation de actionSetFromTable
Crea una tabla en memoria a partir de un conjunto de acciones definido por el usuario. Esta acción es útil para convertir la estructura de un conjunto de acciones, que puede contener metadatos y definiciones de acciones, en una tabla CAS que puede ser consultada o manipulada.
Restaure un jeu d'actions défini par l'utilisateur à partir d'une table CAS préalablement sauvegardée. Cette action est l'inverse de `actionSetToTable` et permet de recharger dynamiquement des fonctionnalités personnalisées dans une session CAS, facilitant ainsi la réutilisation et le partage de code.
The `addNode` action dynamically adds one or more machines to a running SAS Cloud Analytic Services (CAS) server. This is a fundamental administrative task for scaling a CAS environment, allowing for the expansion of computational resources without restarting the entire server. It can be used to add either worker nodes to increase processing power and data capacity, or a backup controller to enhance high availability. This action is typically performed by administrators to manage the cluster's topology in response to changing workloads.