commit | 2efba2e4b72527bfa87399723c1029cf431fd87e | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Tue May 18 09:42:04 2021 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Tue May 18 09:42:04 2021 +0100 |
tree | aa0b73d97588f66c92ade4cc4a533a56dda9b304 | |
parent | 1cd250944e43b860e52d5d6e3231c622bea1d914 [diff] | |
parent | ea7211788b5ce70a45bfe67dc0871fe7b52a75bd [diff] |
Merge branch 'stable-3.3' * stable-3.3: Use wrapper to store cache key Change-Id: I46cd2d89b141eefa09b452e9c6229751d3775eab
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.