Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Commit

Permalink
Reword chunk references, LSB usually means 'bits'. (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpatulea authored and krasi-georgiev committed Sep 27, 2018
1 parent 6e71296 commit b4c7c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/format/chunks.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The following describes the format of a single chunks file, which is created in the `chunks/` directory of a block. The maximum size per segment file is 512MiB.

Chunks in the files are referenced from the index by the in-file offset in the 4 LSB and the segment sequence number in the higher 4 MSBs.
Chunks in the files are referenced from the index by uint64 composed of in-file offset (lower 4 bytes) and segment sequence number (upper 4 bytes).

```
┌────────────────────────────────────────┬──────────────────────┐
Expand Down

0 comments on commit b4c7c80

Please sign in to comment.