Teradata Columnar Support (Teradata Database) - Teradata Warehouse Miner

Teradata® Warehouse Miner™ User Guide - Volume 1Introduction and Profiling

Product
Teradata Warehouse Miner
Release Number
5.4.6
Published
November 2018
Language
English (United States)
Last Update
2018-12-07
dita:mapPath
rfc1538171534881.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2300
Product Category
Software

The Teradata Columnar feature was first made available in Teradata 14.00, but only when purchased as a supplementary feature. The feature is invoked using special table partitioning syntax following the primary index clause of a Create Table statement.

A simple example accessing the TWM tutorial data is given below.

CREATE MULTISET TABLE twm_results.columnar_test AS (
SELECT
	 cust_id
	,income
	,city_name
	,state_code
FROM twm_source.twm_customer
) WITH DATA NO PRIMARY INDEX
PARTITION BY COLUMN;

The phrase PARTITION BY COLUMN can be specified in the Additional Information text box on the OUTPUT-primary index tab of an ADS or Reorganization analysis other than Denorm or Refresh. Additional information about this screen can be found in OUTPUT Tab.

If it should become necessary to specify a column attribute such as NOT NULL, this can be done using the Properties dialog for a Variable or Transformation.