rohityadav1993 opened a new issue, #16461: URL: https://github.com/apache/pinot/issues/16461
While using RefreshSegmentTask for very large tables: ~200TB, full table segments refresh can be extremely slow and long running process. While adding more minion nodes can help there are various more mechanisms which can be applied to improve refresh task TAT. 1. columnMajor build for refresh segment task. draft PR: https://github.com/apache/pinot/pull/16438 2. Skip gatherStats step for refresh task: -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
