提交 1370b8c5 authored 作者: Thomas Mueller's avatar Thomas Mueller

Fix formatting

上级 7568ee7b
......@@ -27,7 +27,7 @@ Architecture
<a href="#command">
Command execution and planning</a><br />
<a href="#table">
Table/index/constraints</a><br />
Table/index/constraints</a><br />
<a href="#transaction">
Undolog and redolog and transactions layer</a><br />
<a href="#btree">
......@@ -47,16 +47,15 @@ in time replace the B-tree based storage engine.
<h2 id="top_down">Top-down Overview</h2>
<p>
Working from the top down, the layers look like this:
<ol>
<li>JDBC driver.
<li>Connection/session management.
<li>SQL Parser.
<li>Command execution and planning.
<li>Table/Index/Constraints.
<li>Undolog and redolog and transactions layer.
<li>B-tree engine and page-based storage allocation.
<li>Filesystem abstraction.
</ol>
<ul><li>JDBC driver.
</li><li>Connection/session management.
</li><li>SQL Parser.
</li><li>Command execution and planning.
</li><li>Table/Index/Constraints.
</li><li>Undolog and redolog and transactions layer.
</li><li>B-tree engine and page-based storage allocation.
</li><li>Filesystem abstraction.
</li></ul>
</p>
<h2 id="jdbc">JDBC Driver</h2>
......
......@@ -406,7 +406,7 @@ To do that, automatic disk space reuse needs to be first disabled, so that
new data is always appended at the end of the file.
Then, the file can be copied (the file handle is available to the application).
It is recommended to use the utility class <code>FileChannelInputStream</code> to do this.
For encrypted databases, both the encrypted (raw) file content,
For encrypted databases, both the encrypted (raw) file content,
as well as the clear text content, can be backed up.
</p>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论