From 8c58aae43e57e667ed03d554f5a090828e96cd3d Mon Sep 17 00:00:00 2001 From: joshieDo Date: Fri, 8 Sep 2023 16:06:49 +0000 Subject: [PATCH] update readme --- crates/storage/nippy-jar/README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/crates/storage/nippy-jar/README.md b/crates/storage/nippy-jar/README.md index fbfadf53d563..65a2ed2c6b3e 100644 --- a/crates/storage/nippy-jar/README.md +++ b/crates/storage/nippy-jar/README.md @@ -10,16 +10,6 @@ similar and subject to changes structure: ```bash -- -# Each column has its own compression dictionary -row0: col0 | ... | colN -... -rowN: col0 | ... | colN --- -``` - -`.idx` - -```bash -- # tx/block hash check Option> @@ -27,7 +17,6 @@ Option> # tx/block hash -> Index position Option> -- -OffsetList [ offset_0, ..., offset_N , ...] # For TxHash at offset_0, PHF will return a "random" integer. This is an index of an index. PHFList [ posN, ... , pos0 = OffsetList(0), ... ,posX ] -- @@ -35,8 +24,17 @@ Option ... Option -- +# Each column has its own compression dictionary +row0: col0 | ... | colN +... +rowN: col0 | ... | colN +-- +``` +`.idx` +```bash +OffsetList [ offset_0, ..., offset_N , ...] ```