aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/queryeval/flow_tuning.h
Commit message (Expand)AuthorAgeFilesLines
* Adjust down the estimate when its unknown and avoid WhiteListBlueprint being ...Geir Storli2024-05-061-0/+6
* test and adjust some stuffHåvard Pettersen2024-05-031-1/+1
* Merge pull request #31052 from vespa-engine/havardpe/estimate-actual-costGeir Storli2024-04-261-4/+3
|\
| * estimate actual costHåvard Pettersen2024-04-251-4/+3
* | Share code to calculate FlowStats based on attribute::HitEstimate.Geir Storli2024-04-231-0/+18
|/
* Use better non-strict cost estimates for btree and disk index iterators.Geir Storli2024-04-191-31/+60
* Adjust strict cost of bitvector after benchmarking.Geir Storli2024-04-161-0/+11
* Adjust strict cost of intermediate / complex leaf blueprints.Geir Storli2024-04-151-2/+13
* Re-adjust cost model params for IN/weightedSet/dotProduct.Geir Storli2024-04-151-0/+5
* remove array_cost since all strict ORs are now heapsHåvard Pettersen2024-04-021-4/+0
* Change tuning parameters after analyzing OR performance.Geir Storli2024-03-081-3/+5
* Add tuning constants and formulas after analyzing term search performance.Geir Storli2024-03-051-0/+43
* baseline flow stats for complex leafsHåvard Pettersen2024-02-131-0/+4
* account for heap cost in strict ORHåvard Pettersen2024-02-121-0/+13