Management Tasks#
Management tasks are object-type specific actions that can be executed against selected object. For example, a “Customers” view, depending on an underlying processing engine, may contain tasks like Rebuild persistent cache, but no Evict from Spark in-memory cache.
Refresh statistics#
Refreshes all statistics for selected object. Respects statistics configuration.
Evict from Spark in-memory cache#
Orders Apache Spark instance to remove in-memory cache of selected object.
Rebuild persistent cache#
Rebuilds persistent cache of a view according to configured materialization strategy, eg. “Rotating tables” or “Single table”.
Refresh row count statistics#
Refreshes selected objects row count statistics only.