Answer Posted / sat!sh
Compression is used to Minimize the table size, for example
when the table size is increasing anonymously We can use
Compression to reduce the size of the table
Conditions:
1.Compression can be declared at the time of table creation
2.We can compress up to 256 column values(not columns)
3.We can't compress variable length fields
(vartext,varchar..)
Explanation for 2 condition:
create table tab1
(
:
:
Order_type char(25) compress ('air','sea','road')
:
)
in the above example order type have 3 fields, one should
be selected by the user, so one of the field will repeat
for every order, like these column values we can use
compress statement because these are repeating for entire
table, like these column values TD supports 256 col
generally NCR people will provides ready made scripts for
these type of compressions
----
Hi friends got any best ans share with us :)
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
if collect stats but it show low confidence why?
What is difference between user and database in teradata?
In BTEQ, how are the session-mode parameters being set?
What are the different softwares used with their functions in teradata?
How is the teradata different from oracle?
What is the difference between teradata and oracle?
Describe the set operators in teradata.
How to explain project Architecture and flow in teradata interviews?Can please anyone help on this? Am new to teradata.
Write a program to show the parser component used in teradata?
When tpump is used instead of multiload?
What is partitioned primary index (ppi)?
Explain teradata architecture in detail with a diagram.
Define views in teradata with general syntax.
What is the difference between global temporary tables and volatile temporary tables?
What is the syntax for case when statement?