Properties:
| Applicable To | InnoDB |
| Server Startup Option | --innodb-additional-mem-pool-size=<value> |
| Scope | Global |
| Dynamic | No |
| Possible Values | Integer: Range: 524288 (512K) - 4294967295 (4G) |
| Default Value | 1048576 (1M) |
| Category | Performance |
Description:
As per MySQL documentation, this pool is used to store data …
[Read more]