summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | The bufferstate vector normally has 8k elements. Since the BufferState was 16...Henning Baldersheim2021-01-105-74/+87
| | |/ / / | |/| | |
* | | | | Merge pull request #15958 from vespa-engine/ogronnesby/plan-interfaceØyvind Grønnesby2021-01-114-0/+106
|\ \ \ \ \
| * | | | | Extract Plan as an interfaceØyvind Grønnesby2021-01-084-0/+106
* | | | | | Merge pull request #15982 from vespa-engine/jonmv/suspend-mojoJon Marius Venstad2021-01-111-0/+23
|\ \ \ \ \ \
| * | | | | | private fieldJon Marius Venstad2021-01-111-2/+1
| * | | | | | Actually add new plugin goal :facepalm:Jon Marius Venstad2021-01-111-0/+24
* | | | | | | Merge pull request #15979 from vespa-engine/revert-15978-revert-15977-hmusum/...Harald Musum2021-01-1129-279/+222
|\ \ \ \ \ \ \
| * | | | | | | Use just one host registry with application id as keyHarald Musum2021-01-1124-160/+203
| * | | | | | | Remove unnecessary test and fix syntax in services.xmlHarald Musum2021-01-112-13/+1
| * | | | | | | Remove legacy test that is now identical to the ordinary testHarald Musum2021-01-111-28/+0
| * | | | | | | Component is not used anymoreHarald Musum2021-01-101-1/+0
| * | | | | | | Revert "Revert "Remove unnecessary component""Harald Musum2021-01-1012-90/+31
* | | | | | | | Merge pull request #15981 from vespa-engine/jonmv/suspend-mojoJon Marius Venstad2021-01-1112-15/+66
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Remove debug codeJon Marius Venstad2021-01-111-2/+0
| | |/ / / / / | |/| | | | |
| * | | | | | Add dev suspend requests to path group for dev deploymentsJon Marius Venstad2021-01-112-10/+28
| * | | | | | Add suspension mojoJon Marius Venstad2021-01-1111-5/+40
|/ / / / / /
* | | | | | Merge pull request #15969 from vespa-engine/jonmv/faster-query-profile-compil...Jon Bratseth2021-01-1012-132/+220
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Update abi specJon Marius Venstad2021-01-102-0/+15
| * | | | | Add new class >_<Jon Marius Venstad2021-01-101-0/+22
| * | | | | Clean upJon Marius Venstad2021-01-106-14/+11
| * | | | | Correct for some shortcutting in prefix manipulation in visitorJon Marius Venstad2021-01-081-3/+5
| * | | | | Cache CompoundName and Binding instances created during compilationJon Marius Venstad2021-01-085-22/+33
| * | | | | Cache compound names generated during query profile compilationJon Marius Venstad2021-01-082-4/+8
| * | | | | Update abi specJon Marius Venstad2021-01-081-2/+2
| * | | | | Prune duplicate prefixes and children before combining themJon Marius Venstad2021-01-081-13/+21
| * | | | | Make complete groups of children, rather than prefixesJon Marius Venstad2021-01-081-27/+17
| * | | | | Add import for DequeJon Marius Venstad2021-01-081-0/+1
| * | | | | Generate all matching collections in one pass through the TrieJon Marius Venstad2021-01-084-26/+37
| * | | | | Use a trie for variants, keyed on path, to look up prefix pathsJon Marius Venstad2021-01-071-17/+63
| * | | | | Inline combination of dimensions and values to reuse knowledge (4x faster, 1....Jon Marius Venstad2021-01-074-67/+48
* | | | | | Merge pull request #15978 from vespa-engine/revert-15977-hmusum/remove-unnece...Jon Bratseth2021-01-1012-31/+90
|\ \ \ \ \ \
| * | | | | | Revert "Remove unnecessary component"Harald Musum2021-01-1012-31/+90
|/ / / / / /
* | | | | | Merge pull request #15975 from vespa-engine/hmusum/log-failure-to-build-model...Harald Musum2021-01-101-13/+13
|\ \ \ \ \ \
| * | | | | | Rename a variableHarald Musum2021-01-091-12/+11
| * | | | | | Log failure even when skipping old config modelsHarald Musum2021-01-091-1/+2
* | | | | | | Merge pull request #15977 from vespa-engine/hmusum/remove-unnecessary-componentHarald Musum2021-01-1012-90/+31
|\ \ \ \ \ \ \
| * | | | | | | Remove unused argumentHarald Musum2021-01-092-3/+1
| * | | | | | | Remove HostRegistries, only parts of it used and rest can be simplifiedHarald Musum2021-01-0912-88/+31
| |/ / / / / /
* | | | | | | Merge pull request #15950 from vespa-engine/arnej/add-distance-thresholdArne H Juul2021-01-0933-54/+259
|\ \ \ \ \ \ \
| * | | | | | | only send distanceThreshold conditionallyArne Juul2021-01-083-4/+19
| * | | | | | | make check_with_distance_threshold methodArne Juul2021-01-081-8/+16
| * | | | | | | define two constantsArne Juul2021-01-081-6/+12
| * | | | | | | add distanceThreshold option for nearestNeighbor operatorArne Juul2021-01-0831-46/+195
| * | | | | | | add method for threshold->internal distanceArne Juul2021-01-082-1/+28
* | | | | | | | Merge pull request #15976 from vespa-engine/hmusum/remove-unused-methodsHenning Baldersheim2021-01-093-14/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove unused methodsHarald Musum2021-01-093-14/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #15974 from vespa-engine/balder/add-some-commentsHarald Musum2021-01-091-3/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Add some comments.Henning Baldersheim2021-01-081-3/+7
|/ / / / / / / /
* | | | | | | | Merge pull request #15973 from vespa-engine/balder/do-not-allow-topk-optimisa...Henning Baldersheim2021-01-086-36/+108
|\ \ \ \ \ \ \ \
| * | | | | | | | Get number of spaces correct in both cases.Henning Baldersheim2021-01-081-2/+1