Project

General

Profile

Actions

Feature #1726

closed

rgw: improve multipart upload performance

Added by Yehuda Sadeh over 12 years ago. Updated over 6 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

Currently when the upload completes, for each part we do:
- prepare index
- remove object
- complete index

Each of those operations is synchronous. That can be improved, we can add new batch-prepare and batch-complete operations that will update the index for all the upload parts at once, and the removal invokation can be async (we'll wait for the entire batch before calling the complete).

Actions

Also available in: Atom PDF