Skip to content

Commit

Permalink
Merge pull request #4293 from vespa-engine/geirst/query-time-bitvecto…
Browse files Browse the repository at this point in the history
…r-limit

Use new limit to control usage of bitvector query time.
  • Loading branch information
geirst authored Nov 29, 2024
2 parents 98076f3 + 03a02bf commit 0d10dd5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/performance/mmap_vs_directio/app/schemas/wikimedia.sd
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ schema wikimedia {
}
}

rank-profile use_bitvectors {
rank title: filter
rank text: filter
first-phase {
expression: attribute(id)
rank-profile use_bitvectors inherits default {
rank-properties {
# This is set to 1/64 which is the limit for generating bitvectors.
vespa.matching.diskindex.bitvector_limit: 0.015625
}
}

Expand Down

0 comments on commit 0d10dd5

Please sign in to comment.