Home:ALL Converter>How is the concurrency query performance of elasticsearch?

How is the concurrency query performance of elasticsearch?

Ask Time:2016-04-21T09:40:58         Author:Kramer Li

Json Formatter

Does elasticsearch can handle concurrency search/aggregation well? (For example, 1000 people issue the same/different query at the same time)

Please note that I am not talking about concurrency update, only search/agg.

Databases like oracle/mysql all talking about concurrency in there docs. Did not find elasticsearch talking about this. Does that mean concurrency is not a problem to the data structure and architecture of elasticsearch?

I know cache of filter is one good thing to make concurrency query easier. Anything else?

Author:Kramer Li,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/36758105/how-is-the-concurrency-query-performance-of-elasticsearch
yy