commit | 905c08b97ae8264a8f2e7ddb210be3d6e8316932 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Mon Jan 31 19:01:01 2022 +0000 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Mon Jan 31 19:01:28 2022 +0000 |
tree | 076ece5517078640c476730308f8071ac6bb9a83 | |
parent | 37b2e1bf533b7e0dd5644e693c9748a718719e34 [diff] |
Extract ChronicleMapStoreMetrics to its own class file Change-Id: Ie687d29c46a1000914a193aa2e6d55cf5438cce3
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.