Skip to content

Commit b9cc9e0

Browse files
authored
Merge pull request ceph#63921 from pritha-srivastava/wip-rgw-d4n-iterate-connpool-pipeline
rgw/d4n: Integration of optimization in iterate, connection pool and pipelining
2 parents 4a34819 + 28c99a3 commit b9cc9e0

File tree

10 files changed

+838
-748
lines changed

10 files changed

+838
-748
lines changed

src/common/options/rgw.yaml.in

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4498,3 +4498,16 @@ options:
44984498
default: false
44994499
services:
45004500
- rgw
4501+
- name: rgw_redis_connection_pool_size
4502+
type: int
4503+
level: basic
4504+
desc: RGW connection pool size for Redis operation per D4N
4505+
long_desc: This option sets the size of the connection pool for Redis operations
4506+
in D4N. It is used to manage the number of concurrent connections to Redis.
4507+
A larger pool size can improve performance when multiple threads are accessing
4508+
Redis simultaneously, but it also increases resource usage.
4509+
fmt_desc: The size of the redis connection pool.
4510+
default: 512
4511+
services:
4512+
- rgw
4513+
with_legacy: true

0 commit comments

Comments
 (0)