-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Improvement] Read HDFS data files with random sequence to distribute pressure #451
Comments
PTAL @advancedxy @jerqi |
I'm not sure that it can bring much performance improvement. |
To reduce the datanode pressure from multiple readers, especially for 1 replica. |
Normally, there should be only one reader to read one/multiple partition file(s)? Do you encounter this case in prod. |
If this is a huge skewed partition, there are many readers to handle this partition. |
Code of Conduct
Search before asking
What would you like to be improved?
In PR #396 to support concurrently writing single partition's data into multiple HDFS files, it's better to randomly read HDFS data files to distribute stress in client side.
How should we improve?
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: