Skip to content

Commit 89d9993

Browse files
authored
refactor: Parallel PG -> Qdrant migration for improved throughput (#198)
* refactor: Parallel PG -> Qdrant Signed-off-by: Anush008 <mail@anush.sh> * chore: Misc updates Signed-off-by: Anush008 <mail@anush.sh> * refactor: PG UUID columns handling (#199) * refactor: PG UUID handling Signed-off-by: Anush008 <mail@anush.sh> * chore: Misc updates Signed-off-by: Anush008 <mail@anush.sh> --------- Signed-off-by: Anush008 <mail@anush.sh> --------- Signed-off-by: Anush008 <mail@anush.sh>
1 parent e312a8d commit 89d9993

File tree

4 files changed

+367
-30
lines changed

4 files changed

+367
-30
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,12 @@ docker run --net=host --rm -it registry.cloud.qdrant.io/library/qdrant-migration
442442
| `--qdrant.api-key` | Qdrant API key (optional) |
443443
| `--qdrant.distance-metric` | Map of vector names to distance metrics (`"cosine"`, `"dot"`, `"euclid"`, `"manhattan"`). Default: `"cosine"` |
444444

445+
#### Additional Options
446+
447+
| Flag | Description |
448+
| ------------------------- | --------------------------------------------------------------- |
449+
| `--migration.num-workers` | Number of parallel workers to use. Default: Number of CPU cores |
450+
445451
* See [Shared Migration Options](#shared-migration-options) for common migration parameters.
446452

447453
</details>

0 commit comments

Comments
 (0)