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. 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. |
|