Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: one letter missing.

...

My current experiments are using Java 17 and ZGC.  My observations are that G1GC can do a full reindex faster than ZGC, but has distinctly longer GC pauses.  Note that "longer" is still VERY small, below human perception levels.  Also, a ful full reindex on my system is mostly single-threaded.  I suspect that installs with a VERY large heap or doing heavily multi-threaded indexing will REALLY shine when running ZGC.

...