Update documentation for Percona Memory Engine#1111
Open
radoslawszulgo wants to merge 3 commits into8.0from
Open
Update documentation for Percona Memory Engine#1111radoslawszulgo wants to merge 3 commits into8.0from
radoslawszulgo wants to merge 3 commits into8.0from
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Percona Memory Engine documentation page to reorganize sections and expand configuration option coverage.
Changes:
- Reworks section structure/headings for Usage, Configuration, and Switching storage engines.
- Adds a configuration options table (with defaults/descriptions) and separates out examples.
- Tweaks wording around storage engine switching and data-at-rest encryption guidance.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
docs/inmemory.md
Outdated
Comment on lines
+32
to
+38
| | **Command line** | `inMemorySizeGB()` | | ||
| | **Default** | 50% of total memory minus 1024 MB, but not less than 256 MB | | ||
| | **Description** | Specifies the maximum memory in gigabytes to use for data | | ||
|
|
||
| | Configuration file | {{ optionlink('storage.inMemory.engineConfig.statisticsLogDelaySecs') }}| | ||
| |--------------------| ---------------| | ||
| | **Command line** | `inMemoryStatisticsLogDelaySecs()()` | |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
igroene
approved these changes
Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the Percona Memory Engine documentation page to reorganize sections and expand configuration option coverage.
Changes:
Reworks section structure/headings for Usage, Configuration, and Switching storage engines.
Adds a configuration options table (with defaults/descriptions) and separates out examples.
Tweaks wording around storage engine switching and data-at-rest encryption guidance.