Re: [openstack-dev] [Swift3] improve multi-delete performance

2016-05-24 Thread Kota TSUYUZAKI
Hello kirubakaran, Thanks for contributing Swift3, that sounds great. I wonder if you could push the diff as a patch to gerrit code review which is the review system for openstack and openstack related projects. The entry point for "how to contribute for openstack" is here,

[openstack-dev] [Swift3] improve multi-delete performance

2016-05-23 Thread Kirubakaran Kaliannan
Hi, The multi_delete in swift3, perform sequential DELETE. In my 3 storage-node configuration to delete a 1000 objects, it took 30 second. Following code change to create 100 thread pool to delete 1000 object took only 12 second. (This may even reduce if more storage nodes in picture).