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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠