commit | 7625de91a381a8ede1c4662f451b1928fb123895 | [log] [tgz] |
---|---|---|
author | Daniele Sassoli <danielesassoli@gmail.com> | Fri Jan 05 18:29:08 2024 +0000 |
committer | Daniele Sassoli <danielesassoli@gmail.com> | Fri Jan 05 22:30:33 2024 +0000 |
tree | 6276eaf993a521e3eed8e462ab46095b1f1312ab | |
parent | 7152de8b643645c3b1c90220be4cf7609a2e868c [diff] |
Allow specify either avgKeySize or avgValueSize as command parameters Change-Id: Ib538318a3e8c8766df50f8190f8b5c6bccdbd624
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.