Replies: 1 comment 1 reply
-
@ivandika3 MPU commit is a painful operation today if the part size is not managed by the application. It would be interesting to see how we can leverage the merge operator via Java interface. A different alternative would be is to keep the parts as is and only reference them in the committed key. The client can paginate and get all the blocks if the part count is high. This would allow the client to start reading the content while it pre fetches future ranges to be read in. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has the community experimented on the use of the RocksDB Merge Operator for read-modify-write operation (e.g. MPU commit parts)?
Beta Was this translation helpful? Give feedback.
All reactions