Skip to content

Commit

Permalink
Merge pull request #1461 from qdrant/intedixing-optimization-fix
Browse files Browse the repository at this point in the history
[update] Small fix to article: removed double quote
  • Loading branch information
sabrinaaquino authored Feb 13, 2025
2 parents 341c51b + dc5e937 commit 8fbc451
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qdrant-landing/content/articles/indexing-optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ PATCH /collections/your_collection
```

Previously, vector data had to be held in RAM until optimizers could move it to disk, which caused significant memory pressure. Now, by writing vectors to disk directly, memory overhead is significantly reduced, making bulk ingestion much more efficient.
<aside role="status">If your collection already contains a large number of vectors, changing these parameters will trigger a full index reconstruction, potentially causing slight performance degradation.</aside>

### 2. Disable HNSW for dense vectors (`m=0`)

Expand Down

0 comments on commit 8fbc451

Please sign in to comment.