Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
0.14.0, 1.0.0, 1.1.0, 1.2.0, 1.2.1, 1.3.0
-
None
-
None
Description
"Orders" table has 1500000000 rows and stored as ORC.
hive> select count(*) from orders; OK 1500000000 Time taken: 37.692 seconds, Fetched: 1 row(s)
The table contain 14 files,the size of each file is about 2.1 ~ 3.2 GB.
After executing command : ALTER TABLE orders CONCATENATE;
The table is already 1530115000 rows.
My hive version is 1.1.0.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-12715 Unit test for HIVE-10685 fix
- Closed