Added note about HNSW build time [skip ci]

This commit is contained in:
Andrew Kane
2024-02-29 16:25:58 -08:00
parent f64ebbef50
commit 84a8aa8176

View File

@@ -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, its 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