HomePhabricator

Multiple blocks per file
5382bcf8cd23Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Multiple blocks per file

Change the block storage layer again, this time with multiple files
per block, but tracked by txindex.dat database entries. The file
format is exactly the same as the earlier blk00001.dat, but with
smaller files (128 MiB for now).

The database entries track how many bytes each block file already
uses, how many blocks are in it, which range of heights is present
and which range of dates.

Details

Provenance
Pieter Wuille <pieter.wuille@gmail.com>Authored on Aug 13 2012, 17:11
deadalnixPushed on May 14 2017, 22:04
Parents
rABC8adf48dc9b45: Preliminary undo file creation
Branches
Unknown
Tags
Unknown

Event Timeline

Pieter Wuille <pieter.wuille@gmail.com> committed rABC5382bcf8cd23: Multiple blocks per file (authored by Pieter Wuille <pieter.wuille@gmail.com>).Oct 20 2012, 21:08