We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When seekPropsOffsets need to handle 2800 files
seekPropsOffsets
[reader.go:43] [arguments] [data-file-count=2800] [stat-file-count=2800] [start-key=dIAAAAAAAABoX3IBNzAxMzk2ODj/OTFzSlFORW3/SzE4ckM0Nk//RVY1WFZzYTH/dDFZcGYwQVT/a1kAAAAAAAD5] [end-key=dIAAAAAAAABoX3IBNzAxNDEwOTf/N1ZmbVhBVTf/TENBUjlxYlP/Q1Z0ZjBIOWj/SlRWWU5uVm3/WgAAAAAAAAD4]
The single thread heap-based merge sort becomes bottleneck
as @wjhuang2016 suggested, we should find a more parallel way to handle it, like readAllData
The text was updated successfully, but these errors were encountered:
external: parallel seekPropsOffsets (#51676)
3ab313d
close #51639
Successfully merging a pull request may close this issue.
Enhancement
When
seekPropsOffsets
need to handle 2800 filesThe single thread heap-based merge sort becomes bottleneck
as @wjhuang2016 suggested, we should find a more parallel way to handle it, like readAllData
The text was updated successfully, but these errors were encountered: