15.10 - Example: Collecting Single-Column PARTITION Statistics - Teradata Database

Teradata Database SQL Data Definition Language Syntax and Examples

Product
Teradata Database
Release Number
15.10
Published
December 2015
Language
English (United States)
Last Update
2018-06-05
dita:mapPath
SQL_DDL_15_10.ditamap
dita:ditavalPath
ft:empty

The following examples collect statistics on the system-derived PARTITION column for the table named table_1.

Even though you have specified sampled statistics for the second example, the system ignores it and uses a value of 100 percent because you cannot collect sampled statistics on a system-derived PARTITION column. See SQL Data Definition Language - Detailed Topics, B035-1184.

     COLLECT STATISTICS ON table_1 COLUMN PARTITION;
     COLLECT STATISTICS USING SAMPLE table_1 COLUMN PARTITION;