summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Clean up incompletely compacted files at startup.Henning Baldersheim2017-08-045-27/+92
* | | Merge pull request #3050 from yahoo/toregge/dispatch-summary-compact-and-summ...Henning Baldersheim2017-08-043-7/+67
|\ \ \
| * | | Dispatch summary compact and summary shrink operations to summary thread.Tor Egge2017-08-043-7/+67
|/ / /
* | | Merge pull request #3048 from yahoo/bratseth/generic-config-in-adminKristian Aune2017-08-041-0/+2
|\ \ \ | |/ / |/| |
| * | Allow generic config in admin v3 and v4Jon Bratseth2017-08-041-0/+2
|/ /
* | Merge pull request #3046 from yahoo/balder/avoid-inliningHenning Baldersheim2017-08-0435-161/+81
|\ \
| * | Use formal language.Henning Baldersheim2017-08-041-1/+1
| * | - Input is always dangerous.Henning Baldersheim2017-08-043-6/+9
| * | Avoid the mistake we did with the attribute iterators. append is bad when sam...Henning Baldersheim2017-08-032-18/+4
| * | Use nested namespaceHenning Baldersheim2017-08-0313-65/+27
| * | Use nested namespaceHenning Baldersheim2017-08-036-26/+12
| * | Deinline large destructor and uses nested namespaceHenning Baldersheim2017-08-0312-46/+29
* | | Interns/logic changes to make testing easier (#3045)Sindre Grøstad2017-08-0314-71/+71
|/ /
* | Merge pull request #3044 from yahoo/toregge/fix-reference-attribute-load-and-...Henning Baldersheim2017-08-033-0/+29
|\ \
| * | Set numDocs and committedDocIdLimit when loading reference attribute.Tor Egge2017-08-033-0/+29
* | | Merge pull request #3038 from yahoo/balder/separate-summary-threadHenning Baldersheim2017-08-0325-467/+486
|\ \ \ | |/ / |/| |
| * | Move the wait ahead of creating any tasks.Henning Baldersheim2017-08-032-4/+2
| * | Remove some unused code and some style changes.Henning Baldersheim2017-08-034-309/+139
| * | Reorder wait and produce to colocate produce/consume.Henning Baldersheim2017-08-031-2/+3
| * | Only forward the performIndexPut if the future doc actually is present.Henning Baldersheim2017-08-032-23/+10
| * | Rename updateDocumentStore -> makeUpdatedDocumentHenning Baldersheim2017-08-032-3/+4
| * | - Add pending lid trackerHenning Baldersheim2017-08-025-24/+107
| * | Run sync in correct thread during close.Henning Baldersheim2017-08-012-4/+8
| * | Move sync of summary service from fastaccess to storeonly feedview.Henning Baldersheim2017-08-012-1/+2
| * | Use const & on the shared_future to reduce expesive copy.Henning Baldersheim2017-08-014-6/+6
| * | - Use a dedicated thread for writing to summarystore.Henning Baldersheim2017-08-0122-164/+278
* | | Merge pull request #3042 from yahoo/freva/fix-codedump-reportingValerij Fredriksen2017-08-032-6/+10
|\ \ \
| * | | Increase number of connections and close streamvalerijf2017-08-022-6/+10
* | | | Merge pull request #3043 from yahoo/balder/fix--termwise-likely-and_hits_into...Henning Baldersheim2017-08-029-11/+112
|\ \ \ \
| * | | | Use the faster and more elegant for_each approachHenning Baldersheim2017-08-021-5/+1
| * | | | Invalidate the cached count when we might have done so.Henning Baldersheim2017-08-021-0/+1
| * | | | Invalidate the cached count when we might have done so.Henning Baldersheim2017-08-022-0/+9
| * | | | Add conformance tests for get_hits and or_hits_into too.Henning Baldersheim2017-08-022-0/+28
| * | | | Split and_not_hits into strict/non-strict version and fix failure.Henning Baldersheim2017-08-022-3/+27
| * | | | Add failing test for and_not_hitsHenning Baldersheim2017-08-022-7/+18
| * | | | Add some more tests for clearIntervalHenning Baldersheim2017-08-023-1/+33
|/ / / /
* | | | Merge pull request #3040 from yahoo/balder/use-on-demand-hash-set-to-speed-up...Henning Baldersheim2017-08-024-12/+107
|\ \ \ \ | |/ / / |/| | |
| * | | Use a on demand hash_set to do fast lookup in mapfiledvalueHenning Baldersheim2017-07-314-12/+107
* | | | Merge pull request #3041 from yahoo/bratseth/avoid-timing-sensitivityHenning Baldersheim2017-08-022-5/+6
|\ \ \ \
| * | | | Remove unnecessary catchJon Bratseth2017-08-021-1/+1
| * | | | Avoid timing sensitivityJon Bratseth2017-08-022-6/+7
|/ / / /
* | | | Merge pull request #3037 from yahoo/balder/use-presense-vector-to-optimize-re...Henning Baldersheim2017-08-0214-147/+193
|\| | |
| * | | Only use debug build locally.Henning Baldersheim2017-07-311-1/+1
| * | | Avoid including more than you need.Henning Baldersheim2017-07-311-0/+2
| * | | Avoid including more than you need.Henning Baldersheim2017-07-3111-34/+38
| * | | postfix -> prefix ++Henning Baldersheim2017-07-311-1/+1
| * | | Fix compilation bugHenning Baldersheim2017-07-312-7/+4
| * | | reduce inliningHenning Baldersheim2017-07-312-45/+59
| * | | Use a presence vector to avoid expensive remove, an to lay the grouds for a f...Henning Baldersheim2017-07-314-68/+97
* | | | Interns/verification fix (#3039)olaaun2017-08-0123-201/+499