Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to improve the read and write performance of Elasticsearch

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

Editor to share with you how to improve the reading and writing performance of Elasticsearch, I believe that most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's learn about it!

Improve write performance

Client side:

(1) use multi-thread to write in batch.

(2) pass the test to determine how much to write in each batch.

(3) through monitoring, we can get the frequency and regularity of response 429, so as to determine the number of threads, which can be adjusted automatically by the program.

Server side:

(1) adjust parameters, such as the interval of refresh.

(2) the field order of the document should be the same, and increasing the compression ratio will also help to improve the performance.

(3) configure load balancing for reading and writing.

(4) Thread pool parameter adjustment of bulk.

The default values of each parameter of ES have been relatively good, and have been considered very comprehensively. We must be careful in making changes. It must be carefully estimated, then tested, and finally observed in a production environment, and the parameters are optimized in the process.

(5) turn off functions that are not needed. For example, if you don't need to score, turn it off.

Improve reading performance

The structure of the document is simple, with as little or no nesting as possible.

The above is all the content of the article "how Elasticsearch improves reading and writing performance". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report