Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.1
-
None
Description
Currently, we write compacted data to a temporary location and then move the files to a final location, which is an expensive operation on some cloud file systems. Since HIVE-20823 is already in, it can control the visibility of compacted data for the readers. Therefore, we can perhaps avoid writing data to a temporary location and directly write compacted data to the intended final path.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-22350 ACID: disable query re-execution when doing transactional inserts
- Open
-
HIVE-23442 ACID major compaction doesn't read base directory correctly if it was written by insert overwrite
- Closed
-
HIVE-23410 ACID: Improve the delete and update operations to avoid the move step
- Closed
- relates to
-
HIVE-23114 Insert overwrite with dynamic partitioning is not working correctly with direct insert
- Closed
- requires
-
HIVE-20699 Query based compactor for full CRUD Acid tables
- Resolved
- links to