Files
qdrant/docs/redoc
qdrant-cloud-bot 9855abb194 feat: move segment manifest next to segments/ directory (#9564)
Follow-up to #9530 and #9558.

The shard-level segment manifest was written inside the `segments/`
directory (`segments/manifest.json`). Older versions of Qdrant choke on
an unknown file inside `segments/`, so move it next to the directory as
`segments_manifest.json` instead.

- `SEGMENT_MANIFEST_FILE` is now `segments_manifest.json` and
  `segment_manifest_path()` points at the shard root.
- The manifest is added to `ShardDataFiles` so clear/move handle it.
- Snapshots write the manifest to the snapshot root (next to
  `segments/`), and restore/partial-snapshot loaders no longer need to
  skip it inside `segments/`.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-04 11:16:54 +02:00
..
2022-02-03 11:35:26 +01:00
2022-02-16 11:35:37 +01:00
2022-03-03 23:58:13 +01:00
2022-06-08 12:47:10 +02:00
2022-06-16 15:30:46 +02:00
2022-06-24 13:14:48 +02:00
2022-06-28 11:51:29 +02:00
2022-07-05 11:13:03 +02:00
2022-07-25 20:05:07 +02:00
2022-07-26 19:28:53 +02:00
2022-08-08 11:13:54 +02:00
2022-08-10 21:15:40 +02:00
2022-09-19 10:05:57 +02:00
2022-09-19 15:31:35 +02:00
2022-09-30 11:08:16 +02:00
2022-10-13 09:14:11 +02:00
2022-10-13 09:14:11 +02:00
2022-10-18 10:49:43 +02:00
2022-10-26 10:40:02 +02:00
2022-11-04 23:10:13 +01:00
2022-11-09 14:03:49 +01:00
2022-11-15 16:12:21 +01:00
2022-11-25 14:53:22 +01:00
2022-12-06 17:59:55 +01:00
2023-01-13 16:03:56 +01:00
2023-02-08 14:00:55 +01:00
2023-02-21 18:36:21 +01:00
2023-03-05 21:11:40 +01:00
2023-03-17 17:33:49 +01:00
2023-04-11 19:36:46 +02:00
2023-04-27 19:24:37 +02:00
2023-05-06 19:40:50 +02:00
2023-05-23 18:16:59 +02:00
2023-06-23 13:24:23 +02:00
2023-08-02 22:59:21 +02:00
2023-09-06 11:33:39 +02:00
2023-10-09 14:46:46 +02:00
2023-12-08 01:46:36 +01:00
2024-04-22 11:58:32 +02:00
2024-07-01 19:51:35 +02:00
2024-08-12 16:29:32 +02:00
2024-10-08 14:33:47 +02:00
2025-01-16 15:06:38 +01:00
2025-04-21 12:17:44 +02:00
2025-07-18 11:06:11 +02:00
2025-11-17 12:10:37 +01:00
2026-02-19 13:35:11 +01:00
2026-05-08 17:26:56 +02:00
2022-02-07 07:59:09 +01:00
2026-05-08 17:26:56 +02:00