Skip to content

Problem with time-consuming operations on OM protocol side #7357

Answered by ivandika3
vtutrinov asked this question in FAQ
Discussion options

You must be logged in to vote

There are some existing tickets to optimize the space for Multipart Upload including things like reducing the message size:

As I understand it, the main issue is that currently multipartInfoTable stores OmMultipartKeyInfo which contains all the previously committed parts for a particular upload ID. This means that as more parts are committed, the serde cost would increase considerably as we need to load and write the existing parts. As suggested by HDDS-8238, we can change the structure of the multipart info table (we probably need to introduce a new table) to "flatten" the structure such th…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@errose28
Comment options

@vtutrinov
Comment options

Answer selected by ivandika3
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
FAQ
Labels
None yet
3 participants