提交 0f61802b authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting fixes.

上级 a585517a
......@@ -502,14 +502,13 @@ the second level soft reference cache. See also <a href="features.html#cache_set
<h3>Data Types</h3>
<p>
Each data type has different storage and performance characteristics:
</p>
<ul><li>The DECIMAL/NUMERIC type is slower and requires more storage than the REAL and DOUBLE types.
</li><li>Text types are slower to read, write, and compare than numeric types and generally require more storage.
</li><li>See <a href="advanced.html#large_objects">Large Objects</a> for information on BINARY vs. BLOB and VARCHAR vs. CLOB performance.
</li><li>Parsing and formatting takes longer for the TIME, DATE, and TIMESTAMP types than
the numeric types.
</li><li>Parsing and formatting takes longer for the TIME, DATE, and TIMESTAMP types than the numeric types.
</li><li>SMALLINT/TINYINT/BOOLEAN are not significantly smaller or faster to work with than INTEGER in most modes.
</li></ul>
</p>
</li></ul>
<br /><a name="fast_import"></a>
<h2>Fast Database Import</h2>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论