aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
...
* Add option to select sync or async query execution in the backend.Henning Baldersheim2021-03-316-23/+41
* - Add config control of number of transport threads used for rpc server servi...Henning Baldersheim2021-03-304-7/+23
* Merge pull request #17226 from vespa-engine/balder/dotproduct-as-termHenning Baldersheim2021-03-304-48/+32
|\
| * push_back -> emplace_backHenning Baldersheim2021-03-291-2/+2
| * - Use a LookupKey to further delay data conversion until we know it is necess...Henning Baldersheim2021-03-291-0/+11
| * - Let DotProduct,Wand and WeightedSet be Term nodes in the query tree as they...Henning Baldersheim2021-03-293-46/+19
* | Eliminate signed versus unsigned compare warning.Tor Egge2021-03-301-1/+1
* | Move instead of copy of handles.Henning Baldersheim2021-03-302-1/+2
|/
* Control document meta store compaction pace.Tor Egge2021-03-292-8/+39
* Merge pull request #17218 from vespa-engine/balder/use-std_to_charsHenning Baldersheim2021-03-291-1/+0
|\
| * - Use faster std::to_chars.Henning Baldersheim2021-03-281-1/+0
* | Merge pull request #17175 from vespa-engine/havardpe/do-not-handle-global-fil...Arne H Juul2021-03-295-12/+16
|\ \ | |/ |/|
| * add 'is_search' flag when creating match tools factoryHåvard Pettersen2021-03-255-12/+16
* | Merge pull request #17207 from vespa-engine/toregge/compact-document-meta-sto...Henning Baldersheim2021-03-275-7/+67
|\ \
| * | Guard against using invalidated iterator.Tor Egge2021-03-261-0/+2
| * | Compact DocumentMetaStore _gidToLidMap when dead bytes ratio isTor Egge2021-03-265-7/+65
* | | Merge pull request #17212 from vespa-engine/geirst/remove-serialized-tensor-a...Arne H Juul2021-03-261-5/+5
|\ \ \
| * | | Remove SerializedTensorAttribute that is replaced by SerializedFastValueAttri...Geir Storli2021-03-261-5/+5
| |/ /
* / / Manually allocating a stack and growing is more expensive thanHenning Baldersheim2021-03-261-17/+15
|/ /
* | Avoid dynamic_cast to select location nodes.Henning Baldersheim2021-03-251-6/+7
* | Merge pull request #17187 from vespa-engine/balder/avoid-dynamic_cast-for-int...Henning Baldersheim2021-03-251-2/+5
|\ \
| * | Avoid frequent dynamic_cast to check if a node is an intermediate.Henning Baldersheim2021-03-251-2/+5
* | | Merge pull request #17182 from vespa-engine/geirst/sample-transient-disk-usag...Henning Baldersheim2021-03-2527-131/+258
|\ \ \ | |/ / |/| |
| * | Make test less timing sensitive.Geir Storli2021-03-251-1/+12
| * | Sample and expose the transient disk usage needed for running disk index fusion.Geir Storli2021-03-2513-12/+125
| * | Rename TransientMemoryUsageProvider to TransientResourceUsageProvider.Geir Storli2021-03-2520-121/+125
| * | Remove unused function.Geir Storli2021-03-251-1/+0
* | | Prevent expensive method from being inlined as it hides the cost.Henning Baldersheim2021-03-252-3/+6
* | | Revert "- Avoid inlining exchange_location_nodes to be able to see its execut...Henning Baldersheim2021-03-252-16/+11
| |/ |/|
* | - Avoid inlining exchange_location_nodes to be able to see its execution cost...Henning Baldersheim2021-03-252-11/+16
|/
* Fix typo.Henning Baldersheim2021-03-211-1/+1
* Counting executed task should happen in bucket executor once task has been qu...Henning Baldersheim2021-03-211-3/+3
* Start the metrics manager after everything has been setup to avoid the expens...Henning Baldersheim2021-03-191-5/+2
* Add copyright headersJon Bratseth2021-03-181-0/+1
* Ensure onStop is proxied.Henning Baldersheim2021-03-1711-9/+35
* Only access the meta store in the master thread.Henning Baldersheim2021-03-171-7/+5
* Remove redundant virtual keywords.Henning Baldersheim2021-03-152-10/+10
* Merge pull request #16939 from vespa-engine/toregge/remove-unused-variablesHenning Baldersheim2021-03-131-1/+0
|\
| * Remove unused variables.Tor Egge2021-03-131-1/+0
* | Fix forward declaration.Tor Egge2021-03-131-1/+1
|/
* To avoid race condition in test parts of the test code must be run in the mas...Henning Baldersheim2021-03-101-69/+122
* No need to postpone cleanup as we fail fast with the atomic needReschedule flag.Henning Baldersheim2021-03-082-25/+6
* - considerBucket calls cancel already, no need for explicit cancel in failedO...Henning Baldersheim2021-03-071-20/+19
* Erase failed movers, in common place.Henning Baldersheim2021-03-071-4/+4
* - Bring the guards along so they are both created and dropped in the master t...Henning Baldersheim2021-03-064-63/+82
* Revert "Revert "If a document was removed or moved between th emove started a...Henning Baldersheim2021-03-056-17/+93
* Revert "If a document was removed or moved between th emove started and the d...Henning Baldersheim2021-03-056-93/+17
* If a document was removed or moved between th emove started and the document ...Henning Baldersheim2021-03-056-17/+93
* Reduce to debug loglevel as sub 16G host will be capped.Henning Baldersheim2021-03-051-2/+2
* all scalars must be doubleHåvard Pettersen2021-03-042-2/+3