Cache management#
Stored procedures for managing materialized (cached) views and their physical storage.
Stored procedure name |
Description |
|---|---|
Creates a primary/secondary view copy for the materialized view. |
|
Removes data from Spark in-memory cache for given table. |
|
Loads cache for a given view. |
|
Fills a primary/secondary view copy. |
|
Inserts new rows into an incrementally cached view. |
|
Conducts the whole process of an incremental load of new rows. |
|
Invalidates and then loads Spark in-memory cache for given table. |
|
Materializes a cached view. |
|
Refreshes the materialized view by reloading the cache. |
|
Sets new incremental marker value for given table or view. |
|
Sets incremental marker column for given table or view. The column will be later used for incremental load process. |
|
Sets reload mode for a given view. |
|
Sets the cache mode for a given view. |
|
Allows setting the view cache internal status flag. Useful for manual cache management. |
|
Switches view copy between the primary and secondary table for cached views with two rotated tables. |
|
Drops persistent cache and recreates it. |