ソースを参照

lack of sequence and type in comments to introduce entry format

xry
andy 6年前
コミット
f314b63e5e
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      db/memtable.cc

+ 1
- 0
db/memtable.cc ファイルの表示

@ -85,6 +85,7 @@ void MemTable::Add(SequenceNumber s, ValueType type,
// Format of an entry is concatenation of:
// key_size : varint32 of internal_key.size()
// key bytes : char[internal_key.size()]
// tag : uint64((sequence << 8) | type)
// value_size : varint32 of value.size()
// value bytes : char[value.size()]
size_t key_size = key.size();

読み込み中…
キャンセル
保存