From d365aac370b3313f3989c09a55cd4f2fd65688b6 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 26 Mar 2025 11:56:38 -0700 Subject: [PATCH] Added note about index options to index build time docs - #807 [skip ci] --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1077cd..1ee996b 100644 --- a/README.md +++ b/README.md @@ -318,7 +318,9 @@ You can also speed up index creation by increasing the number of parallel worker SET max_parallel_maintenance_workers = 7; -- plus leader ``` -For a large number of workers, you may also need to increase `max_parallel_workers` (8 by default) +For a large number of workers, you may need to increase `max_parallel_workers` (8 by default) + +The [index options](#index-options) also have a significant impact on build time (use the defaults unless seeing low recall) ### Indexing Progress