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
What are the design features involved in teradata?
What is the difference between global temporary tables and volatile temporary tables?
What do you mean by teradata intellicloud?
While creating table my dba has fallback or no fallback in his ddl. What is that?
What is real time and near real time data warehousing?
In Teradata, what is the significance of UPSERT command?
What is a three-tier data warehouse?
What is spool space and when running a job if it reaches the maximum spool space how you solve the problem?
Describe the between keyword in teradata?
What are the commands to make a new table, change a table and remove a table in teradata?
What type of indexing mechanism do we need to use for a typical data warehouse?
What is the basic syntax for teradata select statement?
Steps to create a data model?
Explain teradata architecture?
How to write the query . eid enm doj dob i want to display the names who worked more than 25 years .