commit | 58b15da9ffa6e6b2360fb288921b8be859f969d6 | [log] [tgz] |
---|---|---|
author | Antonio Barone <syntonyze@gmail.com> | Thu Feb 04 15:08:58 2021 +0100 |
committer | Antonio Barone <syntonyze@gmail.com> | Thu Feb 11 16:48:20 2021 +0100 |
tree | b8b6060c1d1e7e06d2cfba30f7c65225f95a6f43 | |
parent | fa1a372f6ba5ccd66d083ac4389c3e64e8d59387 [diff] |
Introduce migrate-h2-caches command Introduce SSH command to migrate existing persistent H2 caches to chronicle-map. Feature: Issue 13989 Change-Id: I16125daf91fe7afcd632dfa417610e93c8aacfea
Non-blocking and super-fast on-disk cache libModule for Gerrit Code Review based on ChronicleMap on-disk implementation.
This libModule is built like a Gerrit in-tree plugin, using Bazelisk. See the build instructions for more details.
Install the chronicle-map module into the $GERRIT_SITE/lib
directory.
Add the cache-chroniclemap module to $GERRIT_SITE/etc/gerrit.config
as follows:
[gerrit] installModule = com.googlesource.gerrit.modules.cache.chroniclemap.ChronicleMapCacheModule
For further information and supported options, refer to config documentation.
You can check how to migrate from H2 to chronicle-map here.