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

[Performance] Investigate requirement of One Shard One Thread Model #106

Open
yamingk opened this issue Nov 9, 2023 · 0 comments
Open
Milestone

Comments

@yamingk
Copy link
Contributor

yamingk commented Nov 9, 2023

Goal:
To investigate and decide should we have one shard one thread model in I/O path.

Pros:

  1. Sequentialize I/O on HDD drives which can boost performance.

Cons

  1. any additional work in iomgr ??
@yamingk yamingk added this to the MileStone3.12 milestone Nov 9, 2023
@yamingk yamingk modified the milestones: MileStone3.12, MileStone4.2 Jan 9, 2024
@hkadayam hkadayam modified the milestones: MileStone4.2, MileStone4.3 May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants