cephfs vs rbd vs rgw - ceph-users - lists.ceph.io
lists.ceph.io › hyperkitty › listMay 25, 2021 · Here are my general thoughts: cephfs - Until recently, you were not allowed to have multiple filesystems. Not sure about performance. rbd - Can only be mounted on one system at a time, but I guess that filesystem could then be served using NFS. rgw - A different usage model from regular linux file/directory structure.
Mysql performance on CephFS vs RBD
ceph-users.ceph.narkive.com › pA7rGj54 › mysqlFrom the above numbers, CephFS seems to fare very well while creating records whereas RBD does well while creating a table. I tried measuring the syscalls of ceph-osd, ceph-mds and the mysqld while creating a table on CephFS and RBD. Following is how the key syscalls of mysqld performed while creating a table (time includes wait time as well).
[ceph-users] Re: cephfs vs rbd
www.mail-archive.com › ceph-users@ceph › msg12925Oct 09, 2021 · One is a cephfs mount, the other an rbd mount. In each directory, copy a humongous .tgz file (1.5 TB) and try to untar the file into the directory. The untar on the cephfs directory took slightly over 2 hours, but on the rbd directory it took almost a whole day. I repeated the test 3 times and the results were similar each time.