aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-08-14 11:15:49 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-08-14 11:15:49 +0200
commita4add1e56fd7960028b1e5dee4bfa6bb2abb278f (patch)
tree830f92734f098b37b4881e9c51061abb545d5752 /searchcore
parent39d0c301e73e787ac6cabe042f474be82ffe6057 (diff)
Flip defaults to optimize for streaming search by default.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def8
1 files changed, 3 insertions, 5 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index 0c4160640eb..13b4df14abd 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -202,7 +202,7 @@ summary.cache.maxbytes long default=0 restart
## Include visits in the cache, if the visitoperation allows it.
## This will enable another separate cache of summary.cache.maxbytes size.
-summary.cache.allowvisitcaching bool default=false restart
+summary.cache.allowvisitcaching bool default=true restart
## Control number of cache entries preallocated.
## Default is no preallocation
@@ -366,12 +366,10 @@ maxvisibilitydelay double default=1.0
## You can set this to a number above zero for visit to shortcut expensive serialize size computation.
## This value will be provided instead.
## negative number will compute it accurately.
-## Default will be flipped shortly. (Once image personal index has gone live.)
-visit.defaultserializedsize long default=-1
+visit.defaultserializedsize long default=1
## This will ignore the maxbytes limit advised from above.
-## default will be flipped shortly. (Once image personal index has gone live.)
-visit.ignoremaxbytes bool default=false
+visit.ignoremaxbytes bool default=true
## Number of initializer threads used for loading structures from disk at proton startup.
## The threads are shared between document databases when value is larger than 0.