-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NES-20] NES 오브젝트 스토어 오브젝트 삭제 성능 개선 (#50)
* common/Thread: add ThreadLambda * rgw/rgw_bucket.cc: apply ThreadLambda to bucket purging process * rgw/rgw_op.cc: apply ThreadLambda to multi object deletion process * rgw/rgw_bucket.cc: move object deletion massage printing process to ThreadLambda when object purge * rgw/rgw_op.cc: describe why send_partial_response() is outside ThreadLambda
- Loading branch information
Showing
3 changed files
with
180 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters