elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
1.37k stars 24.87k forks source link

Enable transport compression between nodes to reduce DTS costs #73497

Closed dakrone closed 2 years ago

dakrone commented 3 years ago

Summary

In order to reduce DTS costs for cross-zone data transfer, we should investigate whether we should enable transport compression between nodes by default.

We could consider using a lightweight compression algorithm between the coordinating node and the primary shard, so that bulk requests are compressed. We would want to investigate using a lightweight compression algorithm such as LZ4, which is light on CPU usage so that we don't have a deleterious impact on indexing throughput.

7.14

7.15

7.16

Maybe Later:

elasticmachine commented 3 years ago

Pinging @elastic/es-distributed (Team:Distributed)

Tim-Brooks commented 2 years ago

This will be closed by #80165.

Tim-Brooks commented 2 years ago

Closing as the final required task is tracked.