1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-rocksdb

Клонировать/Скачать
DUMP_FORMAT.md 763 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Michael Callahan Отправлено 20.06.2015 02:24 15325bf

RocksDB dump format

The version 1 RocksDB dump format is fairly simple:

  1. The dump starts with the magic 8 byte identifier "ROCKDUMP"

  2. The magic is followed by an 8 byte big-endian version which is 0x00000001.

  3. Next are arbitrarily sized chunks of bytes prepended by 4 byte little endian number indicating how large each chunk is.

  4. The first chunk is special and is a json string indicating some things about the creation of this dump. It contains the following keys:

  • database-path: The path of the database this dump was created from.
  • hostname: The hostname of the machine where the dump was created.
  • creation-time: Unix seconds since epoc when this dump was created.
  1. Following the info dump the slices paired into are key/value pairs.

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-rocksdb.git
git@api.gitlife.ru:oschina-mirror/mirrors-rocksdb.git
oschina-mirror
mirrors-rocksdb
mirrors-rocksdb
main