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年前263ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ