Skip to content

Commit d6c021f

Browse files
committed
server: add tagged chunk loading support and SBF partial load
1 parent 5db9666 commit d6c021f

4 files changed

Lines changed: 419 additions & 135 deletions

File tree

src/server/rdb_extensions.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,6 @@ constexpr uint8_t RDB_OPCODE_VECTOR_INDEX = 222;
5858
// Opcode to store ShardDocIndex key-to-DocId mapping for search indices
5959
// Format: [shard_id, index_name, mapping_count, then for each mapping: key_string, doc_id]
6060
constexpr uint8_t RDB_OPCODE_SHARD_DOC_INDEX = 223;
61+
62+
// Used to tag a chunk of serialized data with its stream id
63+
constexpr uint8_t RDB_OPCODE_TAGGED_CHUNK = 224;

0 commit comments

Comments
 (0)