From 7f15cd5a881d2d14f80ddf5219577561d3d91eeb Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 25 Jan 2016 16:01:04 +0100 Subject: "Integrity check". --- doc/permdb.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/permdb.md b/doc/permdb.md index bb73903..74ce443 100644 --- a/doc/permdb.md +++ b/doc/permdb.md @@ -8,7 +8,7 @@ file. The data file has the same name as the base name of the store. It contains the keys and the data for each entry. It is append-only and -contains enough information for fast integrity detection and rollback. +contains enough information for fast integrity checking and rollback. The index file has the name of the data file with ".idx" added. It contains an index tree referring to the entries in the data file. It @@ -123,8 +123,8 @@ level corresponds to q bits of the key, starting with the root level at the MSB of the first byte. -Integrity detection -------------------- +Integrity checking +------------------ 1. Check cookie. 2. Read last commit using length field in trailer. -- cgit v1.1