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

Parallelize i/o operations in metaservice #3222

Open
carpawell opened this issue Mar 11, 2025 · 1 comment
Open

Parallelize i/o operations in metaservice #3222

carpawell opened this issue Mar 11, 2025 · 1 comment
Labels
enhancement Improving existing functionality I4 No visible changes neofs-storage Storage node application issues performance More of something per second S3 Minimally significant U3 Regular

Comments

@carpawell
Copy link
Member

Is your feature request related to a problem? Please describe.

I'm always frustrated when metaservice works non-optimal. It does some network operations, some calculations, some storage things and it is not clear where the balance is. More tests are to be done, some results will highlight problems.

Describe the solution you'd like

  1. HEAD operations are done for different objects, for different contiainers; inside a container the order matters, but for different containers it is ok to do it concurrently
  2. Flushing MPT operations to be investigated
  3. Persisting MPT operations to be investigated
  4. Short blocks to be investigated

Describe alternatives you've considered

-

Additional context

#2878

@roman-khimov
Copy link
Member

Too vague to me.

@roman-khimov roman-khimov added enhancement Improving existing functionality neofs-storage Storage node application issues performance More of something per second U3 Regular S3 Minimally significant I4 No visible changes labels Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving existing functionality I4 No visible changes neofs-storage Storage node application issues performance More of something per second S3 Minimally significant U3 Regular
Projects
None yet
Development

No branches or pull requests

2 participants