ElasticSearch query performance

0

A customer is looking to to get an Elasticsearch response for a very simple query (an exact match on a single field, which returns another field from the matching document) as quickly as possible in under 10 ms.

They ask:

  • if a sub 10ms response is possible?
  • what the fastest response time they could hope for would be?
  • if that is possible, then what changes would we have to make?

What do you think?

Thanks in advance

已提问 7 年前262 查看次数
1 回答
0
已接受的回答

Sub 10ms will be a challenge - especially if they have multiple shards hosted in different nodes that all need to be queried.

Would this query return a single item - e.g. is it more of a key value pair type of query? Could be that ElastiCache Memcache or Redis might be a better fit?

AWS
已回答 7 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则