Raghvendradubey edited a comment on issue #1694:
URL: https://github.com/apache/hudi/issues/1694#issuecomment-649925956
@vinothchandar I run the job with 5 min batch interval using MOR, now I can
see commit duration are 5 min and compaction is also 5 min, and updated records
are only 10% of total records written but now job is running with huge lag.
sample commit are as below -
```
═══════════╗
║ CommitTime │ Total Bytes Written │ Total Files Added │ Total Files
Updated │ Total Partitions Written │ Total Records Written │ Total Update
Records Written │ Total Errors ║
╠════════════════╪═════════════════════╪═══════════════════╪═════════════════════╪══════════════════════════╪═══════════════════════╪══════════════════════════════╪══════════════╣
║ 20200625112117 │ 178.0 MB │ 1 │ 3
│ 2 │ 193777 │ 18939
│ 0 ║
╟────────────────┼─────────────────────┼───────────────────┼─────────────────────┼──────────────────────────┼───────────────────────┼──────────────────────────────┼──────────────╢
║ 20200625111810 │ 104.0 MB │ 0 │ 1
│ 1 │ 149946 │ 12619
│ 0 ║
╟────────────────┼─────────────────────┼───────────────────┼─────────────────────┼──────────────────────────┼───────────────────────┼──────────────────────────────┼──────────────╢
║ 20200625111610 │ 211.7 MB │ 0 │ 3
│ 2 │ 259500 │ 14721
│ 0 ║
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]