Hi all, I found that after 0.37 the radosgw have some fundamental changes which put all object in to .rgw.buckets pool. >From the release note it seem for better scalability however I wonder how this changes will improve the scalability? Base on our test, a simple list bucket command by s3cmd will take more than 10 sec when the file number is bigger than 10k. is this normal? or it's a potential bug? I haven't fully understand the radosgw code but it seems when you list a bucket, it has to list all object in .rgw.buckets and filter out those object not belong to the bucket id? if my understanding is correct then it make sense to have 10 sec for listing a bucket from s3cmd since "rados -p .rgw.bucket ls" took about 7 sec in my case. So my question is: is this by design ? or did I miss some thing? Regards, Leander Yu. -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html