forked from qubole/spark-acid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged in SPAR-4598 (pull request qubole#33)
fix: dev: SPAR-4598: Performance improvements in acid writer. AcidWriter process every InternalRow one by one in process() method. We identified few places in the code flow where redundant objects were being created, which were slowing down the write performance. Approved-by: Amogh Margoor <[email protected]>
- Loading branch information
Sourabh Goyal
committed
Jul 31, 2020
1 parent
b0a5dce
commit fe5835c
Showing
1 changed file
with
25 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters