[ceph-users] Re: RGW striping configuration.

2023-06-13 Thread Teja A
does not repeat, so there is no concept of > 'stripe width'. rgw_obj_stripe_size just controls the maximum size of > each rados object, so the 'stripe count' is essentially just the total > s3 object size divided by rgw_obj_stripe_size > > On Tue, Jun 13, 2023 at 10:22 A

[ceph-users] RGW striping configuration.

2023-06-13 Thread Teja A
Hello I am working on an application that uses rados gateway to store objects onto a ceph cluster. I am currently working on optimizing the latency for storing/retrieving objects from the cluster. My goal to improve read/write latencies is to have RGW write/read multiple rados objects in parallel

[ceph-users] Fwd: Erasure coded pools and reading ranges of objects.

2022-08-24 Thread Teja A
Hello. I have been kicking the tires with Ceph using the librados API and observed some peculiar object access patterns when reading a portion of the object (as opposed to the whole object). First I want to offer some background. My use case requires that I use erasure coded pools and store large