aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-01-25 19:19:00 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2019-01-25 19:19:00 +0100
commitf7d135511e5fb67016d607bc30efe85a45891726 (patch)
tree78a054e8e8bd51b35e1e9f2b9d518d3f5de781f8 /searchcore/src
parentb90215920cb3ece0320fb582d80590ee5e4b6ee6 (diff)
Verify that documentdb[].allocation.initialnumdocs and documentdb[].mode is populated according to spec.
Diffstat (limited to 'searchcore/src')
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def12
1 files changed, 7 insertions, 5 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index 4b447f6fef8..e9fb3d65561 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -284,6 +284,8 @@ summary.read.mmap.advise enum {NORMAL, RANDOM, SEQUENTIAL} default=NORMAL restar
## The name of the input document type
documentdb[].inputdoctypename string
+## The type of the documentdb
+documentdb[].mode enum {INDEX, STREAMING, STORE_ONLY} default=INDEX
## The configid used to subscribe to config for this database.
documentdb[].configid string
## How many seconds is allowed from document is received to it is visible in the index.
@@ -303,18 +305,18 @@ documentdb[].global bool default=false
documentdb[].feeding.concurrency double default=0.2
## Minimum initial size for any per document tables.
-documentdb[].allocation.initialnumdocs long default=1024 restart
+documentdb[].allocation.initialnumdocs long default=1024
## Grow factor for any per document tables.
-documentdb[].allocation.growfactor double default=0.2 restart
+documentdb[].allocation.growfactor double default=0.2
## Constant added when growing any per document tables.
-documentdb[].allocation.growbias int default=1 restart
+documentdb[].allocation.growbias int default=1
## The number of documents to amortize memory spike cost over
-documentdb[].allocation.amortizecount int default=10000 restart
+documentdb[].allocation.amortizecount int default=10000
## The grow factor used when allocating buffers in the array store
## used in multi-value attribute vectors to store underlying values.
-documentdb[].allocation.multivaluegrowfactor double default=0.2 restart
+documentdb[].allocation.multivaluegrowfactor double default=0.2
## The interval of when periodic tasks should be run
periodic.interval double default=3600.0