[
https://issues.apache.org/jira/browse/GOBBLIN-1898?focusedWorklogId=880025&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-880025
]
ASF GitHub Bot logged work on GOBBLIN-1898:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 12/Sep/23 16:36
Start Date: 12/Sep/23 16:36
Worklog Time Spent: 10m
Work Description: Will-Lo merged PR #3762:
URL: https://github.com/apache/gobblin/pull/3762
Issue Time Tracking
-------------------
Worklog Id: (was: 880025)
Time Spent: 20m (was: 10m)
> Improve performance of Selftune ORC Writer
> ------------------------------------------
>
> Key: GOBBLIN-1898
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1898
> Project: Apache Gobblin
> Issue Type: Improvement
> Components: gobblin-core
> Reporter: William Lo
> Assignee: Abhishek Tiwari
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The ORCWriter's new self tuning feature leads to slower write frequency when
> it comes to ingesting datasets with a low volume of records.
> This is primarily caused by the assumption that the native ORC writer will be
> saturated, which leads to the memory footprint of STRIPE_SIZE +
> avgSizeOfRecord*rowsBetweenMemoryCheck.
> However, this is generally not the case when there are only a few records to
> write due to a low volume dataset, and causes slow writes. We should utilize
> a newer API on ORCWriter brought in by
> [https://github.com/apache/orc/pull/1057]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)