Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Follow search performance on basic queries #794

Open
fmassot opened this issue Nov 17, 2021 · 4 comments
Open

Follow search performance on basic queries #794

fmassot opened this issue Nov 17, 2021 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@fmassot
Copy link
Contributor

fmassot commented Nov 17, 2021

We could use a restricted set of queries used in tantivy benchmark.

Would be also interesting to know the perf with parallel queries.

@fmassot fmassot added the enhancement New feature or request label Nov 17, 2021
@PSeitz
Copy link
Contributor

PSeitz commented Jan 13, 2022

Let's split this into subtasks:

  • Load test-data
  • Run set of queries
    • Have different queries defined in a yaml or toml
    • Start server via CLI (multiple configs, matrix?, memory layout randomization)
    • Warmup caches
    • Run queries
  • Retrieve and store benchmarks in a DB (could be Quickwit :)
  • Have a dedicated machine running continuously

@zamazan4ik
Copy link

By the way, preparing a good benchmark set will help a lot with using PGO for Quickwit. Without some "generic" sample load it is much more time consuming to prepare PGO-optimized binary.

@fmassot
Copy link
Contributor Author

fmassot commented Jun 2, 2022

Interesting to see how databend is doing it: databendlabs/databend#3084

@zamazan4ik
Copy link

Regarding PGO (and Bolt) possibly these links could be helpful:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants