Re: Running Jewel and Luminous mixed for a longer period

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

 



On 30.12.2017 15:41, Milanov, Radoslav Nikiforov wrote:
Performance as well - in my testing FileStore was much quicker than BlueStore.


with filestore you often have a ssd journal in front, this will often mask/hide slow spinning disk write performance, until the journal size becomes the bottleneck.

with bluestore only metadata db and wal is on ssd. so there is no doublewrite, and there is no journal bottleneck. but write latency will be the speed of the disk, and not the speed of the ssd journal. this will feel like a write performance regression.

you can use bcache in front of bluestore to regain the "journal+ doublewrite" write characteristic of filestore+journal.

kind regards

_______________________________________________
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]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux