From 84a8aa81762e8d31680373515623ca58eb1301d6 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 29 Feb 2024 16:25:58 -0800 Subject: [PATCH] Added note about HNSW build time [skip ci] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe249b8..3f27bda 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,8 @@ HINT: Increase maintenance_work_mem to speed up builds. Note: Do not set `maintenance_work_mem` so high that it exhausts the memory on the server +Like other index types, it’s faster to create an index after loading your initial data + Starting with 0.6.0, you can also speed up index creation by increasing the number of parallel workers (2 by default) ```sql