commit | ac975d073a5a3c61f4dea2d8e0d3745d6a53b09c | [log] [tgz] |
---|---|---|
author | Jacek Centkowski <geminica.programs@gmail.com> | Fri Aug 12 16:20:01 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Aug 12 16:20:01 2022 +0000 |
tree | 226152617e7dea97870b808e12fba8116223a86a | |
parent | 0e84505e28e127c4ebef4192c5a2a57d2cd9d8a9 [diff] | |
parent | f64f1897d69cf89ee1449b308f533998fb87e49e [diff] |
Merge "*Marshaller: get CacheSerilizer only once" into stable-3.4
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.