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

Fix formatting

上级 7568ee7b
...@@ -27,7 +27,7 @@ Architecture ...@@ -27,7 +27,7 @@ Architecture
<a href="#command"> <a href="#command">
Command execution and planning</a><br /> Command execution and planning</a><br />
<a href="#table"> <a href="#table">
Table/index/constraints</a><br /> Table/index/constraints</a><br />
<a href="#transaction"> <a href="#transaction">
Undolog and redolog and transactions layer</a><br /> Undolog and redolog and transactions layer</a><br />
<a href="#btree"> <a href="#btree">
...@@ -47,16 +47,15 @@ in time replace the B-tree based storage engine. ...@@ -47,16 +47,15 @@ in time replace the B-tree based storage engine.
<h2 id="top_down">Top-down Overview</h2> <h2 id="top_down">Top-down Overview</h2>
<p> <p>
Working from the top down, the layers look like this: Working from the top down, the layers look like this:
<ol> <ul><li>JDBC driver.
<li>JDBC driver. </li><li>Connection/session management.
<li>Connection/session management. </li><li>SQL Parser.
<li>SQL Parser. </li><li>Command execution and planning.
<li>Command execution and planning. </li><li>Table/Index/Constraints.
<li>Table/Index/Constraints. </li><li>Undolog and redolog and transactions layer.
<li>Undolog and redolog and transactions layer. </li><li>B-tree engine and page-based storage allocation.
<li>B-tree engine and page-based storage allocation. </li><li>Filesystem abstraction.
<li>Filesystem abstraction. </li></ul>
</ol>
</p> </p>
<h2 id="jdbc">JDBC Driver</h2> <h2 id="jdbc">JDBC Driver</h2>
......
...@@ -406,7 +406,7 @@ To do that, automatic disk space reuse needs to be first disabled, so that ...@@ -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. 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). 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. 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. as well as the clear text content, can be backed up.
</p> </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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论