Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
HIVE-12631 implemented ORC ACID table support in LLAP. If we cache ACID delete delta in LLAP, it will be faster.
The cache is currently low-level (CB-level in ORC), so we could just use it to read bases and deltas (deltas should be cached with higher priority) and merge as usual. We could also cache merged representation in future.
Attachments
Attachments
Issue Links
- duplicates
-
HIVE-24337 Cache delete delta files in LLAP cache
- Closed
- is related to
-
HIVE-12631 LLAP IO: support ORC ACID tables
- Closed
- requires
-
HIVE-14035 Enable predicate pushdown to delta files created by ACID Transactions
- Resolved
- links to