Hi,  (Happy New Year!)

I just found this ceph merge request

https://github.com/ceph/ceph/pull/54891

debian/rules: Fix build_type for massive performance gain

 
debian/rules
Viewed
@@ -29,6 +29,7 @@ extraopts += -DWITH_PYTHON3=3
extraopts += -DWITH_CEPHFS_JAVA=ON
extraopts += -DWITH_CEPHFS_SHELL=ON
extraopts += -DWITH_SYSTEMD=ON -DCEPH_SYSTEMD_ENV_DIR=/etc/default
extraopts += -DCMAKE_BUILD_TYPE=RelWithDebInfo

"After retesting with CMAKE_BUILD_TYPE properly set to RelWithDebInfo,
4K random write performance on the cluster doubled and RocksDB
compaction times were reduced by roughly 2-3X."


I think it could be great to apply it to proxmox ceph package, as 4k
write are really the slowest thing in ceph.


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to