?>
Voir la documentation de attribute
The `attribute` action manages extended attributes for in-memory tables in CAS. Extended attributes are user-defined metadata, stored as key-value pairs, that can be associated with a table or specific columns within a table. This action allows for adding, updating, dropping, and exporting these attributes, providing a flexible way to enrich data with additional context or information without altering the data itself.
La acción 'append' se utiliza para añadir las filas de una tabla de origen (source) a una tabla de destino (target) en memoria. Esta operación es fundamental para la consolidación de datos, permitiendo combinar conjuntos de datos que comparten una estructura similar. Es importante que la tabla de destino ya exista en memoria en el servidor CAS. La acción puede manejar grandes volúmenes de datos de manera eficiente, ya que la operación se realiza en paralelo en el clúster de CAS.
Fügt die Zeilen einer Quelltabelle an eine Zieltabelle an. Diese Aktion ist nützlich, um Daten aus zwei oder mehr Tabellen zu konsolidieren. Eine wichtige Voraussetzung ist, dass die Zieltabelle eine In-Memory-Tabelle sein muss. Die Spalten in der Quell- und Zieltabelle müssen nicht identisch sein; die Aktion hängt Daten basierend auf übereinstimmenden Spaltennamen an.