提交 75cf6e26 authored 作者: Noel Grandin's avatar Noel Grandin

Merge pull request #286 from kno10/patch-1

Typo in mvstore file format example.
......@@ -495,7 +495,7 @@ for (int i = 0; i < 400; i++) {
}
s.commit();
for (int i = 0; i < 100; i++) {
map.put(0, "Hi");
map.put(i, "Hi");
}
s.commit();
s.close();
......@@ -511,7 +511,7 @@ will result in the following two chunks (excluding metadata):
</p>
<p>
<b>Chunk 2:</b><br />
- Page 4: (root) node with 2 entries pointing to page 3 and 5<br />
- Page 4: (root) node with 2 entries pointing to page 5 and 3<br />
- Page 5: leaf with 140 entries (keys 0 - 139)<br />
</p>
<p>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论