mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-27 23:18:29 +02:00
Add weight to Bulk Upload page.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
title: Bulk Upload
|
||||
short_description: "Speed up large dataset uploads to Qdrant by batching points, parallelizing threads, tuning sharding, and managing read-write contention."
|
||||
description: "A practical guide to bulk-uploading vectors into Qdrant: batch and parallelize uploads, create multiple shards, set up payload indexes before ingestion, store large datasets directly on disk with memmap, and mitigate read-write contention during continuous ingestion."
|
||||
weight: 45
|
||||
aliases:
|
||||
- /documentation/tutorials/bulk-upload/
|
||||
- /documentation/database-tutorials/bulk-upload/
|
||||
|
||||
Reference in New Issue
Block a user