Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
For axel for https://github.com/MariaDB/server/pull/1956#issuecomment-984543127
While we are at it: can we have some diagnostics on buffer pool allocation please? And also use some more meaningful units for the different sizes. Instead of this:
[Note] InnoDB: Initializing buffer pool, total size = 17179869184, chunk size = 134217728
|
[Note] InnoDB: Completed initialization of buffer pool
|
I would like to see:
[Note] InnoDB: Initializing buffer pool, total size = 16384MB, chunk size = 128MB
|
[Note] InnoDB: Allocating buffer pool with page size = 2048KB
|
[Note] InnoDB: Completed initialization of buffer pool
|
Buffer pool size and chunk size could use MB and fall back to KB in case they are very small. Page size can be given in KB.
Attachments
Issue Links
- relates to
-
MDEV-25652 Add support for SI suffixes in SET statement for configuring size-related variables
- Open
-
MDEV-27314 Buffer pool resize output: 14 minor typo/capitalization/uniformity/wording updates
- Closed
-
MDEV-31628 InnoDB reports the wrong system tablespace size on bootstrap
- Closed
-
MDEV-35498 InnoDB logger class causes significant code bloat
- Open