提交 57843714 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Document that nio filesystem is default for MVStore

上级 32eb007e
...@@ -1564,8 +1564,9 @@ The following file systems are included: ...@@ -1564,8 +1564,9 @@ The following file systems are included:
The default value is 1%. The default value is 1%.
</li></ul> </li></ul>
<p> <p>
As an example, to use the the <code>nio</code> file system, use the following database URL: As an example, to use the the <code>nio</code> file system with PageStore storage engine,
<code>jdbc:h2:nio:~/test</code>. use the following database URL: <code>jdbc:h2:nio:~/test;MV_STORE=FALSE</code>.
With MVStore storage engine nio file system is used by default.
</p> </p>
<p> <p>
To register a new file system, extend the classes <code>org.h2.store.fs.FilePath, FileBase</code>, To register a new file system, extend the classes <code>org.h2.store.fs.FilePath, FileBase</code>,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论