summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2020-07-06 16:17:25 +0200
committerGitHub <noreply@github.com>2020-07-06 16:17:25 +0200
commit5428d23c28f862e78cfe9e2786d3d40dcece4f57 (patch)
tree98b8465dbc87a45624a3d458901b810414699676 /configdefinitions
parent110a163e4c353b038379690c00ddd3035facb1dd (diff)
parent7c281a8611298f6af6a2b600e79b163b6731b921 (diff)
Merge pull request #13810 from vespa-engine/geirst/multi-threaded-hnsw-indexing-as-default
Make indexing to hnsw index multi-threaded as default.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/attributes.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/configdefinitions/src/vespa/attributes.def b/configdefinitions/src/vespa/attributes.def
index 3609f00a4ce..53f737d2b33 100644
--- a/configdefinitions/src/vespa/attributes.def
+++ b/configdefinitions/src/vespa/attributes.def
@@ -42,4 +42,4 @@ attribute[].index.hnsw.neighborstoexploreatinsert int default=200
# Deprecated: Remove on Vespa 8 or before when possible.
attribute[].index.hnsw.distancemetric enum { EUCLIDEAN, ANGULAR, GEODEGREES } default=EUCLIDEAN
# Whether multi-threaded indexing is enabled for this hnsw index.
-attribute[].index.hnsw.multithreadedindexing bool default=false
+attribute[].index.hnsw.multithreadedindexing bool default=true