提交 6e74c43f authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 f6e90b78
...@@ -24,22 +24,24 @@ MVStore ...@@ -24,22 +24,24 @@ MVStore
Store Builder</a><br /> Store Builder</a><br />
<a href="#r_tree"> <a href="#r_tree">
R-Tree</a><br /> R-Tree</a><br />
<a href="#features"> <a href="#features">
Features</a><br /> Features</a><br />
- <a href="#maps">Maps</a><br /> <a href="#maps">- Maps</a><br />
- <a href="#versions">Versions</a><br /> <a href="#versions">- Versions</a><br />
- <a href="#transactions">Transactions</a><br /> <a href="#transactions">- Transactions</a><br />
- <a href="#inMemory">In-Memory Performance and Usage</a><br /> <a href="#inMemory">- In-Memory Performance and Usage</a><br />
- <a href="#dataTypes">Pluggable Data Types</a><br /> <a href="#dataTypes">- Pluggable Data Types</a><br />
- <a href="#blob">BLOB Support</a><br /> <a href="#blob">- BLOB Support</a><br />
- <a href="#pluggableMap">R-Tree and Pluggable Map Implementations</a><br /> <a href="#pluggableMap">- R-Tree and Pluggable Map Implementations</a><br />
- <a href="#caching">Concurrent Operations and Caching</a><br /> <a href="#caching">- Concurrent Operations and Caching</a><br />
- <a href="#logStructured">Log Structured Storage</a><br /> <a href="#logStructured">- Log Structured Storage</a><br />
- <a href="#fileSystem">File System Abstraction, File Locking and Online Backup</a><br /> <a href="#fileSystem">- File System Abstraction, File Locking and Online Backup</a><br />
- <a href="#encryption">Encrypted Files</a><br /> <a href="#encryption">- Encrypted Files</a><br />
- <a href="#tools">Tools</a><br /> <a href="#tools">- Tools</a><br />
- <a href="#exceptionHandling">Exception Handling</a><br /> <a href="#exceptionHandling">- Exception Handling</a><br />
- <a href="#tableEngine">Table Engine for H2</a><br /> <a href="#tableEngine">- Table Engine for H2</a><br />
<a href="#differences"> <a href="#differences">
Similar Projects and Differences to Other Storage Engines</a><br /> Similar Projects and Differences to Other Storage Engines</a><br />
<a href="#current_state"> <a href="#current_state">
...@@ -438,8 +440,7 @@ to the database URL. In general, functionality and performance should be ...@@ -438,8 +440,7 @@ to the database URL. In general, functionality and performance should be
similar than the current default storage engine (the page store). similar than the current default storage engine (the page store).
There are a few features that have not been implemented yet or are not complete: There are a few features that have not been implemented yet or are not complete:
</p> </p>
<ul><li>Changing the cache size is currently not supported. <ul><li>The database metadata is still stored in a <code>.h2.db</code> file,
</li><li>The database metadata is still stored in a <code>.h2.db</code> file,
and the <code>.lock.db</code> file is still used to lock a database and the <code>.lock.db</code> file is still used to lock a database
(long term, the plan is to no longer use those files). (long term, the plan is to no longer use those files).
</li><li>The database file(s) sometimes do not shrink as expected. </li><li>The database file(s) sometimes do not shrink as expected.
......
...@@ -4756,14 +4756,14 @@ Supporters ...@@ -4756,14 +4756,14 @@ Supporters
@history_1024_p @history_1024_p
Many thanks for those who reported bugs, gave valuable feedback, spread the word, and translated this project. Also many thanks to the donors: Many thanks for those who reported bugs, gave valuable feedback, spread the word, and translated this project. Also many thanks to the donors:
@history_1025_li @history_1025_a
Martin Wildam, Austria Code 42 Software, Inc., Minneapolis
@history_1026_a @history_1026_li
Code Lutin, France Martin Wildam, Austria
@history_1027_a @history_1027_a
Code 42 Software, Inc., Minneapolis Code Lutin, France
@history_1028_a @history_1028_a
NetSuxxess GmbH, Germany NetSuxxess GmbH, Germany
...@@ -4915,6 +4915,9 @@ Laurent van Roy, Belgium ...@@ -4915,6 +4915,9 @@ Laurent van Roy, Belgium
@history_1077_li @history_1077_li
Qian Chen, China Qian Chen, China
@history_1078_li
Clinton Hyde, USA
@installation_1000_h1 @installation_1000_h1
Installation Installation
...@@ -6844,47 +6847,47 @@ MVStore ...@@ -6844,47 +6847,47 @@ MVStore
@mvstore_1005_a @mvstore_1005_a
Features Features
@mvstore_1006_div @mvstore_1006_a
- <a href="#maps">Maps</a> - Maps
@mvstore_1007_div @mvstore_1007_a
- <a href="#versions">Versions</a> - Versions
@mvstore_1008_div @mvstore_1008_a
- <a href="#transactions">Transactions</a> - Transactions
@mvstore_1009_div @mvstore_1009_a
- <a href="#inMemory">In-Memory Performance and Usage</a> - In-Memory Performance and Usage
@mvstore_1010_div @mvstore_1010_a
- <a href="#dataTypes">Pluggable Data Types</a> - Pluggable Data Types
@mvstore_1011_div @mvstore_1011_a
- <a href="#blob">BLOB Support</a> - BLOB Support
@mvstore_1012_div @mvstore_1012_a
- <a href="#pluggableMap">R-Tree and Pluggable Map Implementations</a> - R-Tree and Pluggable Map Implementations
@mvstore_1013_div @mvstore_1013_a
- <a href="#caching">Concurrent Operations and Caching</a> - Concurrent Operations and Caching
@mvstore_1014_div @mvstore_1014_a
- <a href="#logStructured">Log Structured Storage</a> - Log Structured Storage
@mvstore_1015_div @mvstore_1015_a
- <a href="#fileSystem">File System Abstraction, File Locking and Online Backup</a> - File System Abstraction, File Locking and Online Backup
@mvstore_1016_div @mvstore_1016_a
- <a href="#encryption">Encrypted Files</a> - Encrypted Files
@mvstore_1017_div @mvstore_1017_a
- <a href="#tools">Tools</a> - Tools
@mvstore_1018_div @mvstore_1018_a
- <a href="#exceptionHandling">Exception Handling</a> - Exception Handling
@mvstore_1019_div @mvstore_1019_a
- <a href="#tableEngine">Table Engine for H2</a> - Table Engine for H2
@mvstore_1020_a @mvstore_1020_a
Similar Projects and Differences to Other Storage Engines Similar Projects and Differences to Other Storage Engines
......
...@@ -4756,14 +4756,14 @@ H2 データベース エンジン ...@@ -4756,14 +4756,14 @@ H2 データベース エンジン
@history_1024_p @history_1024_p
# Many thanks for those who reported bugs, gave valuable feedback, spread the word, and translated this project. Also many thanks to the donors: # Many thanks for those who reported bugs, gave valuable feedback, spread the word, and translated this project. Also many thanks to the donors:
@history_1025_li @history_1025_a
#Martin Wildam, Austria #Code 42 Software, Inc., Minneapolis
@history_1026_a @history_1026_li
#Code Lutin, France #Martin Wildam, Austria
@history_1027_a @history_1027_a
#Code 42 Software, Inc., Minneapolis #Code Lutin, France
@history_1028_a @history_1028_a
#NetSuxxess GmbH, Germany #NetSuxxess GmbH, Germany
...@@ -4915,6 +4915,9 @@ H2 データベース エンジン ...@@ -4915,6 +4915,9 @@ H2 データベース エンジン
@history_1077_li @history_1077_li
#Qian Chen, China #Qian Chen, China
@history_1078_li
#Clinton Hyde, USA
@installation_1000_h1 @installation_1000_h1
インストール インストール
...@@ -6844,47 +6847,47 @@ H2 データベース エンジン ...@@ -6844,47 +6847,47 @@ H2 データベース エンジン
@mvstore_1005_a @mvstore_1005_a
# Features # Features
@mvstore_1006_div @mvstore_1006_a
# - <a href="#maps">Maps</a> #- Maps
@mvstore_1007_div @mvstore_1007_a
# - <a href="#versions">Versions</a> #- Versions
@mvstore_1008_div @mvstore_1008_a
# - <a href="#transactions">Transactions</a> #- Transactions
@mvstore_1009_div @mvstore_1009_a
# - <a href="#inMemory">In-Memory Performance and Usage</a> #- In-Memory Performance and Usage
@mvstore_1010_div @mvstore_1010_a
# - <a href="#dataTypes">Pluggable Data Types</a> #- Pluggable Data Types
@mvstore_1011_div @mvstore_1011_a
# - <a href="#blob">BLOB Support</a> #- BLOB Support
@mvstore_1012_div @mvstore_1012_a
# - <a href="#pluggableMap">R-Tree and Pluggable Map Implementations</a> #- R-Tree and Pluggable Map Implementations
@mvstore_1013_div @mvstore_1013_a
# - <a href="#caching">Concurrent Operations and Caching</a> #- Concurrent Operations and Caching
@mvstore_1014_div @mvstore_1014_a
# - <a href="#logStructured">Log Structured Storage</a> #- Log Structured Storage
@mvstore_1015_div @mvstore_1015_a
# - <a href="#fileSystem">File System Abstraction, File Locking and Online Backup</a> #- File System Abstraction, File Locking and Online Backup
@mvstore_1016_div @mvstore_1016_a
# - <a href="#encryption">Encrypted Files</a> #- Encrypted Files
@mvstore_1017_div @mvstore_1017_a
# - <a href="#tools">Tools</a> #- Tools
@mvstore_1018_div @mvstore_1018_a
# - <a href="#exceptionHandling">Exception Handling</a> #- Exception Handling
@mvstore_1019_div @mvstore_1019_a
# - <a href="#tableEngine">Table Engine for H2</a> #- Table Engine for H2
@mvstore_1020_a @mvstore_1020_a
# Similar Projects and Differences to Other Storage Engines # Similar Projects and Differences to Other Storage Engines
......
...@@ -1584,9 +1584,9 @@ history_1021_p=\ Java is future proof\: a lot of companies support Java. Java is ...@@ -1584,9 +1584,9 @@ history_1021_p=\ Java is future proof\: a lot of companies support Java. Java is
history_1022_p=\ To increase the portability and ease of use, this software depends on very few libraries. Features that are not available in open source Java implementations (such as Swing) are not used, or only used for optional features. history_1022_p=\ To increase the portability and ease of use, this software depends on very few libraries. Features that are not available in open source Java implementations (such as Swing) are not used, or only used for optional features.
history_1023_h2=Supporters history_1023_h2=Supporters
history_1024_p=\ Many thanks for those who reported bugs, gave valuable feedback, spread the word, and translated this project. Also many thanks to the donors\: history_1024_p=\ Many thanks for those who reported bugs, gave valuable feedback, spread the word, and translated this project. Also many thanks to the donors\:
history_1025_li=Martin Wildam, Austria history_1025_a=Code 42 Software, Inc., Minneapolis
history_1026_a=Code Lutin, France history_1026_li=Martin Wildam, Austria
history_1027_a=Code 42 Software, Inc., Minneapolis history_1027_a=Code Lutin, France
history_1028_a=NetSuxxess GmbH, Germany history_1028_a=NetSuxxess GmbH, Germany
history_1029_a=Poker Copilot, Steve McLeod, Germany history_1029_a=Poker Copilot, Steve McLeod, Germany
history_1030_a=SkyCash, Poland history_1030_a=SkyCash, Poland
...@@ -1637,6 +1637,7 @@ history_1074_li=Terrence JC Huang, China ...@@ -1637,6 +1637,7 @@ history_1074_li=Terrence JC Huang, China
history_1075_a=JiaDong Huang, Australia history_1075_a=JiaDong Huang, Australia
history_1076_li=Laurent van Roy, Belgium history_1076_li=Laurent van Roy, Belgium
history_1077_li=Qian Chen, China history_1077_li=Qian Chen, China
history_1078_li=Clinton Hyde, USA
installation_1000_h1=Installation installation_1000_h1=Installation
installation_1001_a=\ Requirements installation_1001_a=\ Requirements
installation_1002_a=\ Supported Platforms installation_1002_a=\ Supported Platforms
...@@ -2280,20 +2281,20 @@ mvstore_1002_a=\ Example Code ...@@ -2280,20 +2281,20 @@ mvstore_1002_a=\ Example Code
mvstore_1003_a=\ Store Builder mvstore_1003_a=\ Store Builder
mvstore_1004_a=\ R-Tree mvstore_1004_a=\ R-Tree
mvstore_1005_a=\ Features mvstore_1005_a=\ Features
mvstore_1006_div=\ - <a href\="\#maps">Maps</a> mvstore_1006_a=- Maps
mvstore_1007_div=\ - <a href\="\#versions">Versions</a> mvstore_1007_a=- Versions
mvstore_1008_div=\ - <a href\="\#transactions">Transactions</a> mvstore_1008_a=- Transactions
mvstore_1009_div=\ - <a href\="\#inMemory">In-Memory Performance and Usage</a> mvstore_1009_a=- In-Memory Performance and Usage
mvstore_1010_div=\ - <a href\="\#dataTypes">Pluggable Data Types</a> mvstore_1010_a=- Pluggable Data Types
mvstore_1011_div=\ - <a href\="\#blob">BLOB Support</a> mvstore_1011_a=- BLOB Support
mvstore_1012_div=\ - <a href\="\#pluggableMap">R-Tree and Pluggable Map Implementations</a> mvstore_1012_a=- R-Tree and Pluggable Map Implementations
mvstore_1013_div=\ - <a href\="\#caching">Concurrent Operations and Caching</a> mvstore_1013_a=- Concurrent Operations and Caching
mvstore_1014_div=\ - <a href\="\#logStructured">Log Structured Storage</a> mvstore_1014_a=- Log Structured Storage
mvstore_1015_div=\ - <a href\="\#fileSystem">File System Abstraction, File Locking and Online Backup</a> mvstore_1015_a=- File System Abstraction, File Locking and Online Backup
mvstore_1016_div=\ - <a href\="\#encryption">Encrypted Files</a> mvstore_1016_a=- Encrypted Files
mvstore_1017_div=\ - <a href\="\#tools">Tools</a> mvstore_1017_a=- Tools
mvstore_1018_div=\ - <a href\="\#exceptionHandling">Exception Handling</a> mvstore_1018_a=- Exception Handling
mvstore_1019_div=\ - <a href\="\#tableEngine">Table Engine for H2</a> mvstore_1019_a=- Table Engine for H2
mvstore_1020_a=\ Similar Projects and Differences to Other Storage Engines mvstore_1020_a=\ Similar Projects and Differences to Other Storage Engines
mvstore_1021_a=\ Current State mvstore_1021_a=\ Current State
mvstore_1022_a=\ Requirements mvstore_1022_a=\ Requirements
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论