Ceph Reads are done simultaneously, you can read from all sources. so the more replicas you have, the more osds your data you want to read is splitted (the more pgs, the more data is splitted across multiple osd) the more throughput youll have.
On ceph writes with SIZE 3 and MIN-SIZE 2. Data gets written twice, before ACK is send to client. Ceph writes are not simultaneously, they are one after another. The first replica gets written to the primary osds, and from that primary osds it gets written BY the osds to another osds on another host (twice). If one of the osds in your cluster is slow or broken, it can slow down the complete process of writing data to the ceph cluster, if this osd is involed.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.