Skip to content

Commit

Permalink
Add three searches that fetch _source as separate challenges to elast…
Browse files Browse the repository at this point in the history
…ic/logs track (#623)

Backporting #622 to the 8.15 branch. Otherwise rally nightly and esbench will not pick the change up. The version of Elasticsearch main is 8.15.0-SNAPSHOT and therefor rally nightly / esbench will use the rally track's 8.15 branch.

These search are based from searches that are executed by search/discovery search challenge that fetch top documents. The queries are without query and fetch 100, 500 and 1000 documents. The source is fetches using the field fetch feature, like in the searches that execute as part of search/discovery workflow.

The problem is that we see combined latency and service time for search/discovery challenge and not for each search that is executed as part of this challenge (it is composite operation).

By adding these searches we can get latency and service time of searches that specifically fetch _source. This information is useful for the logsdb effort. Synthetic source makes fetching _source more expensive, but currently we can't introspect at a closer level what the impact is (since search/discovery search challenge report latency / service time for multiple operations).
  • Loading branch information
martijnvg committed Jun 21, 2024
1 parent 073eded commit d3d4d0b
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit d3d4d0b

Please sign in to comment.