Skip to content

Commit

Permalink
deploy: a5f6ae8
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Feb 24, 2022
1 parent f7201a5 commit 1c27daf
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 26 deletions.
33 changes: 21 additions & 12 deletions arch/manifest.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,29 +139,38 @@ <h1 class="menu-title">openkv</h1>
<h1 id="manifest"><a class="header" href="#manifest">Manifest</a></h1>
<p>Manifest in openkv itself is a tiny db with WAL of operations to the system and a snapshot.</p>
<p>Snapshot:</p>
<pre><code>version
<pre><code>version: String

data_file_bitmaps: {
&quot;4mb&quot;: Bitmap
&quot;16mb&quot;: Bitmap
}

spans: [
{
start: String
end: String
vsst: {
0: [VS1, VS2, ...]
1: [VSi, VSj, ...],
{
start: String
end: String
vsstables: {
0: [VSST1, VSST2, ...]
1: [VSSTi, VSSTj, ...],
}
},
...
]

}
separated_values: [
{
start_value_id: String,
end_value_id: String
vsstables: {
0: [VSST1, VSST2, ...]
1: [VSSTi, VSSTj, ...],
}

}
},
...

]




</code></pre>

Expand Down
33 changes: 21 additions & 12 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -422,29 +422,38 @@ <h2 id="commit-a-sstable"><a class="header" href="#commit-a-sstable">Commit a SS
<h1 id="manifest"><a class="header" href="#manifest">Manifest</a></h1>
<p>Manifest in openkv itself is a tiny db with WAL of operations to the system and a snapshot.</p>
<p>Snapshot:</p>
<pre><code>version
<pre><code>version: String

data_file_bitmaps: {
&quot;4mb&quot;: Bitmap
&quot;16mb&quot;: Bitmap
}

spans: [
{
start: String
end: String
vsst: {
0: [VS1, VS2, ...]
1: [VSi, VSj, ...],
{
start: String
end: String
vsstables: {
0: [VSST1, VSST2, ...]
1: [VSSTi, VSSTj, ...],
}
},
...
]

}
separated_values: [
{
start_value_id: String,
end_value_id: String
vsstables: {
0: [VSST1, VSST2, ...]
1: [VSSTi, VSSTj, ...],
}

}
},
...

]




</code></pre>

Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 1c27daf

Please sign in to comment.