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

Follower slowing down cluster - switch to MFiles #931

Open
spuun opened this issue Feb 4, 2025 · 0 comments · May be fixed by #934
Open

Follower slowing down cluster - switch to MFiles #931

spuun opened this issue Feb 4, 2025 · 0 comments · May be fixed by #934
Assignees

Comments

@spuun
Copy link
Member

spuun commented Feb 4, 2025

Adding a follower affects the throughput heavily. After digging around I discovered that the usage of File instead of MFile in the followers penalties the performance a lot.

A switch to MFile also requires handling of

  • increase capacity if needed
  • unmap (and close) files at some point
    • unmap oldest/first file when a threshold of mapped files is reached?
    • unmap based on some "last access" timestamp?
@spuun spuun linked a pull request Feb 7, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant