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

perf: extremely high overhead with read #645

Open
MrCroxx opened this issue Aug 17, 2024 · 0 comments
Open

perf: extremely high overhead with read #645

MrCroxx opened this issue Aug 17, 2024 · 0 comments
Assignees
Labels
perf Performance optimization
Milestone

Comments

@MrCroxx
Copy link
Collaborator

MrCroxx commented Aug 17, 2024

fastrace shows high overhead when reading.

image

fio:

image

The function uses tokio::spawn_blocking to handle disk io, and might be polled too late because task priority is not supported by tokio.

@MrCroxx MrCroxx added the perf Performance optimization label Aug 17, 2024
@MrCroxx MrCroxx added this to the v0.11 milestone Aug 17, 2024
@MrCroxx MrCroxx self-assigned this Aug 17, 2024
@MrCroxx MrCroxx modified the milestones: v0.11, v0.12 Aug 21, 2024
@MrCroxx MrCroxx modified the milestones: v0.12, Planning Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
perf Performance optimization
Projects
Status: No status
Development

No branches or pull requests

1 participant