INITIATE PARTITION ANALYSIS Syntax | SQL Statements | Teradata Vantage - INITIATE PARTITION ANALYSIS Syntax - Advanced SQL Engine - Teradata Database

SQL Data Manipulation Language

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
qtb1554762060450.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1146
lifecycle
previous
Product Category
Teradata Vantage™
INITIATE PARTITION ANALYSIS
  [ ON on_spec [,...] ]
  FOR workload_name IN QCD_name AS result_name_tag
  [ TIME LIMIT = elapsed_time ] [;]

Syntax Elements

on_spec
[ database_name. | user_name. ] table_name
Set of comma-separated table names to be considered for partitioning recommendations.
The list can include any mixture of tables, including those that already have partitioning expressions.
If you do not specify a table name set, the system analyzes all tables referenced in the workload that do not currently have partitioning by default.
The maximum number of tables that can be analyzed in a given workload is 1,024.
workload_name
The name of the workload whose queries are to be analyzed.
QCD_name
The name of the Query Capture Database containing the specified workload and in which the resulting row partitioning recommendations are to be stored.
result_name_tag
A unique name that you assign to the partitioning expression recommendation set.
The system stores the results of the partition analysis under this name in QCD_name.
TIME LIMIT = elapsed_time
The maximum elapsed time in minutes that you want this partitioning expression analysis to take.
The default value is no time limit.
The permitted range of specified values is from 1 to 2880 minutes, for a maximum of 48 hours.
If the partitioning expression analysis does not complete before reaching the specified time limit, the system stops the task and retains the best recommendations found up to the point when the time limit expired.
You must specify the value for elapsed_time as an integer value.
Note that the time limit that you specify is only an approximation because the ongoing partitioning expression analysis task only checks to see if the time has been exceeded periodically.