mongodb / mongo-perf

performance tools for mongodb
351 stars 140 forks source link

PERF-4977 Add MinAccTopField_LLR10 microbench variant w realistic fields #144

Closed kevin-cherkauer closed 11 months ago

kevin-cherkauer commented 11 months ago

Add a variant of the Aggregation.Group.MinAccTopField_LLR10 microbenchmark called Aggregation.Group.MinAccTopField_LLR10_10LargeFieldNames that gives a more realistic production-type query, where the new test case differs from the original by:

  1. Extracts more top-level fields from the documents (11 instead of 2)
  2. Fields have more realistic name lengths, including some that share prefixes

This is related to BF-30318 and its fix ticket SERVER-82972.