Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

What happens when a hive partition is queried at a same time when a compaction(major/minor) is in progress in HDP 2.5? Would the query fail?

avatar
Rising Star
 
1 ACCEPTED SOLUTION

avatar
Expert Contributor

Nope - compaction retains old files until all readers are out.

The implementation has ACID isolation levels - you could start a query and then do "delete from table" & still get no errors on the query which is already in motion.

View solution in original post

1 REPLY 1

avatar
Expert Contributor

Nope - compaction retains old files until all readers are out.

The implementation has ACID isolation levels - you could start a query and then do "delete from table" & still get no errors on the query which is already in motion.