diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 56f3d4ccd..63b83000d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## - Improvement: Oplogs that have not been touched for 15 min are unloaded from memory during GC pass, oplogs are reloaded on demand -- Improvement: Oplogs read for GC/Validation operations are loaded using a lightweight mode reducing memory usage and load times +- Improvement: Oplogs read for GC/Validation operations are loaded using a lightweight mode to reduce memory usage and load times +- Improvement: Oplog GET operation now use a lightweight mode to reduce memory usage and load times when oplog is not already loaded into memory +- Improvement: Reduce memory usage for oplog Op address lookup - Improvement: Cleaned up logging for oplogs/projects to reduce clutter ## 5.7.0 |