Re: radosgw performance

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 18 Feb 2013, Yehuda Sadeh wrote:
> > Here shows osd receiving the request from rgw and almost immediately queuing
> > it. 0.29 secs pass while this operation gets a chance to actually work. It
> 
> Yeah, that's the culprit. That's around ~120 leveldb write operations
> per second. Sam, does that number make sense to you?

The problem is actually that it's XFS and so the OSD is doing writeahead 
journaling, and the operation is a read/modify/write.  That serializes the 
updates with a journal commit.  A faster journal will help, as will using 
btrfs...  :/

sage
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Ceph Dev]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux