Answer Posted / rajasekhar
Bucketing is one of the data sclicing mechanism in hive to improve the query performance.
For performing the Bucketing in Hive we have to use clustered by column name into number of buckets
note:--set hive.enforce.bucketing=true should be first enabled to work for bucketing
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the maximum size of string data type supported by hive? Mention the hive support binary formats.
How can you connect an application, if you run hive as a server?
What is CTAS Table in Hive?
What are the components of Hive architecture?
What is different table structure available in the hive?
What are hive operators and its types?
Mention what are the type of database does Hive support ?
Why do we perform partitioning in Hive?
What are the different parts of Hive ?
RLIKE in Hive?
How can you delete the DBPROPERTY in Hive?
What types of costs are associated in creating index on hive tables?
How to Rename a table in Hive
What are the components used in Hive query processor?
what is (HS2) HiveServer2?