Elasticache Redis 6 multi-threading enabled?

0

My organization is using the Redis Cluster implementation of ElastiCache 5.0.6. Redis 6 boasts multi-threading which can improve performance , but it is disabled by default. If we upgrade to ElastiCache with Redis 6.x, will it have multi-thread enabled? How many threads? Is there a way to configure multi-threading capabilities at time of migration?

1개 답변
0

ElastiCache Redis 5.0.3 and higher for newer generations with 4 or more vCPUs, we do dynamic network processing to enhance I/O handling and it utilizes extra CPU core. This greatly improve the throughput/latency and work best for applications that require a larger number of concurrent connections. And it is worth mentioning that no client side changes are needed to get these benefits. More details can be found on this blog[1]. Also, ElastiCache for Redis 6.2 has done performance improvement for TLS-enabled clusters to offload encryption and connection handling outside the main Redis thread and some explanations are provided on this page[2]. Redis is still a single threaded by design, but these enhancement we have made improve performance.

[1]https://aws.amazon.com/blogs/database/boosting-application-performance-and-reducing-costs-with-amazon-elasticache-for-redis/ [2]https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/supported-engine-versions.html#redis-version-6.2

AWS
Rajan
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인