InterviewSolution
Saved Bookmarks
| 1. |
What is bucketing ? |
|
Answer» The values in a column are hashed into a number of buckets which is defined by user. It is a way to avoid too many partitions or nested partitions while ensuring optimizes query output. |
|