commit | fe7af1d43efa2509656c4d3af63d501ddcac6ea1 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Fri Dec 10 23:31:56 2021 +0000 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Fri Dec 10 23:31:56 2021 +0000 |
tree | bfb69a904325bef628ed0b54e43c4db3998b6303 | |
parent | 6d73c640964cac6abfcf0e5ffd5c68e70470c394 [diff] | |
parent | 05c97be65af2ff87a3fa9dea5c82b39eafd74e2f [diff] |
Merge branch 'stable-3.4' * stable-3.4: Front CacheChronicleMap with a Guava cache Change-Id: I0c7b73dd04e0155ab4170914c1931bce6f7828da
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.