Skip to content
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

Further Improvement of Read Thread and Data Sharing #6092

Closed
1 of 5 tasks
JinheLin opened this issue Oct 10, 2022 · 1 comment · May be fixed by #9661
Closed
1 of 5 tasks

Further Improvement of Read Thread and Data Sharing #6092

JinheLin opened this issue Oct 10, 2022 · 1 comment · May be fixed by #9661
Assignees
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@JinheLin
Copy link
Contributor

JinheLin commented Oct 10, 2022

Enhancement

  • Optimization of SegmentReadTaskPool::getTask #6097
    • Use std::unordered_map to index tasks by segment ID.
    • Still support in-order dequeue.
  • Feedback from SegmentReaders' task queue.
  • Optimization of SegmentReadTaskScheduler to improve data sharing.
  • Use a global data sharing cache for each DMFile for better memory managment.
  • Support data sharing in Delta.
@JinheLin JinheLin added the type/enhancement The issue or PR belongs to an enhancement. label Oct 10, 2022
@JinheLin JinheLin self-assigned this Oct 10, 2022
@JinheLin
Copy link
Contributor Author

Duplicate with #6834

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant