提交 9cbee66a authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 470faa53
...@@ -452,7 +452,8 @@ then the data of the table is organized in this way. This is sometimes also call ...@@ -452,7 +452,8 @@ then the data of the table is organized in this way. This is sometimes also call
H2 internally stores table data and indexes in the form of b-trees. H2 internally stores table data and indexes in the form of b-trees.
Each b-tree stores entries as a list of unique keys (one or more columns) and data (zero or more columns). Each b-tree stores entries as a list of unique keys (one or more columns) and data (zero or more columns).
The table data is always organized in the form of a "data b-tree" with a single column key of type <code>long</code>. The table data is always organized in the form of a "data b-tree" with a single column key of type <code>long</code>.
If a single column primary key of type <code>BIGINT, INT, SMALLINT, TINYINT</code> is specified when creating the table, If a single column primary key of type <code>BIGINT, INT, SMALLINT, TINYINT</code> is specified when creating the table
(or just after creating the table, but before inserting any rows),
then this column is used as the key of the data b-tree. then this column is used as the key of the data b-tree.
If no primary key has been specified, if the primary key column is of another data type, If no primary key has been specified, if the primary key column is of another data type,
or if the primary key contains more than one column, or if the primary key contains more than one column,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论