Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
9cbee66a
提交
9cbee66a
authored
8月 22, 2010
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Documentation.
上级
470faa53
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
1248 行增加
和
1226 行删除
+1248
-1226
performance.html
h2/src/docsrc/html/performance.html
+2
-1
_docs_en.utf8.txt
h2/src/docsrc/text/_docs_en.utf8.txt
+417
-408
_docs_ja.utf8.txt
h2/src/docsrc/text/_docs_ja.utf8.txt
+417
-408
_docs_en.properties
h2/src/docsrc/textbase/_docs_en.properties
+412
-409
没有找到文件。
h2/src/docsrc/html/performance.html
浏览文件 @
9cbee66a
...
@@ -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,
...
...
h2/src/docsrc/text/_docs_en.utf8.txt
浏览文件 @
9cbee66a
差异被折叠。
点击展开。
h2/src/docsrc/text/_docs_ja.utf8.txt
浏览文件 @
9cbee66a
差异被折叠。
点击展开。
h2/src/docsrc/textbase/_docs_en.properties
浏览文件 @
9cbee66a
This source diff could not be displayed because it is too large. You can
view the blob
instead.
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论