Skip to content

Commit f868636

Browse files
author
Gabriel Roldan
committed
Update statement about default storage backend in docs
Signed-off-by: Gabriel Roldan <[email protected]>
1 parent c60b13e commit f868636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/manual/source/repo/storage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ A common scenario is to have a remote GeoServer with several repositories that u
1616
Default storage backend
1717
=======================
1818

19-
As of 1.0-RC3, the default storage backend uses a BerkeleyDB Java Edition key/value database for the main repository elements such as the revision and graph objects, and simple text files for configuration settings, refs, and merge conflicts.
19+
Up to 1.0-RC3, the default storage backend was a BerkeleyDB Java Edition key/value database for the main repository elements such as the revision and graph objects, and simple text files for configuration settings, refs, and merge conflicts.
2020

21-
.. note:: However, the BerkeleyDB database will be replaced by the GeoGig 1.0 final release, by a better performing database. Nonetheless, repositories created with the BerkeleyDB storage backend will still be supported through GeoGig's plug-in mechanism.
21+
As of 1.0-RC4, the BerkeleyDB database was replaced by a better performing database, Rocksdb. Nonetheless, repositories created with the BerkeleyDB storage backend will still be supported through GeoGig's plug-in mechanism.
2222

2323
When a repository is created in the local filesystem, it uses a directory structure like the following:
2424

0 commit comments

Comments
 (0)