Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.3.6, 3.1.2
-
None
Description
The simple describe table command without EXTENDED and FORMATTED (i.e., DESCRIBE table_name) fetches all partitions when no partition is specified, although it does not display partition statistics in nature.
The command should not fetch partitions since it can take a long time for a large amount of partitions.
For instance, in our environment, the command takes around 8 seconds for a table with 8760 (24 * 365) partitions.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-24964 Backport HIVE-22453: Describe table unnecessarily fetches partitions
- Closed
-
HIVE-21485 Hive desc operation takes more than 100 seconds after upgrading from Hive 1.2.1 to 2.3.4
- Patch Available
-
HIVE-24965 Describe table partition stats fetch should be configurable
- Closed
- relates to
-
HIVE-27211 Backport HIVE-22453: Describe table unnecessarily fetches partitions to branch-3
- Resolved
- links to