qua_populate_cached_table#

Loads data to table into Spark. Works for all caching modes.

Syntax#

EXEC qua_populate_cached_table 'object_name' [;]

Arguments#

object_name

Fully qualified name of the table which data is to be loaded to Spark.

Example#

Populates cache for Spark view AdventureWorksDW2012.dbo.DimCurrency.

EXEC qua_populate_cached_table @object_name = 'AdventureWorksDW2012.dbo.DimCurrency';