[ceph-users] Re: Persistent Bucket Notification performance

2022-11-24 Thread Steven Goodliff
Hi, Thanks for the quick response, I have the notifications going to a http endpoint running on one of the RGW's machines so the latency is as low as I can make it for both methods. If the limiting factor is at the rados layer my only tuning options are to put the rgw log pool on the fastest media

[ceph-users] Re: Persistent Bucket Notification performance

2022-11-24 Thread Yuval Lifshitz
Hi Steven, When using synchronous (=non-persistent) notifications, the overall rate is dependent on the latency between the RGW and the endpoint to which you are sending the notifications. The protocols for sending the notifications (kafka/amqp) are using batches and are usually very efficient. How