commit | b953e7eb096fc9fb95876cfa5ac496acec121d0b | [log] [tgz] |
---|---|---|
author | Antonio Barone <syntonyze@gmail.com> | Thu Jun 15 11:40:11 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jun 15 11:40:11 2023 +0000 |
tree | 120932de3e645307915b63d9c4a8bd05ae4b6f25 | |
parent | 6dc920086dfa6a670024a5e161a7f9a7adf69b40 [diff] | |
parent | 0d8f07e4ece70eca7e877b8e49628675ee348c61 [diff] |
Merge "Merge branch 'stable-3.6'"
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.