Update README.md

This commit is contained in:
2024-10-02 11:50:16 +00:00
parent 596e1dc175
commit 41a1cfbc37

View File

@@ -41,24 +41,14 @@ optimize MariaDB configuration through this path .
/etc/mysql/mariadb.conf.d/50-server.cnf
```
set this values
```sh
innodb_buffer_pool_instances = 8
innodb_buffer_pool_size = 8G
innodb_file_per_table = ON
innodb_log_file_size = 768M
innodb_log_files_in_group = 4
innodb_log_buffer_size = 256M
innodb_thread_concurrency = 32 #in case of a 4-core system
innodb_stats_on_metadata = OFF
#innodb_flush_method = O_DIRECT
```
| Version | Latest | Branch | Status | Minimal PHP Version |
|:---------------------------------:|:--------:|:-------------:|:------------------------------------------------------------------:| :-----------------: |
| `1.0` (Morty Smith) | `1.0.16` | `release-1.0` | Old version (**UNSUPPORTED**) | `>=5.6, <8.0` |
| `1.1` (Birdperson) | `1.1.6` | `release-1.1` | Old version (**UNSUPPORTED**) | `>=5.6, <8.0` |
| `1.2` (Summer Smith) | `1.2.4` | `release-1.2` | Old version (**UNSUPPORTED**) | `>=5.6, <8.0` |
| `1.3` (Jerry Smith) | `1.3.7` | `release-1.3` | Old version (**UNSUPPORTED**) | `>=5.6, <8.0` |
| `2.0` (Rick Sanchez) | `2.0.13` | `release-2.0` | Last stable version ([Upgrade from v1 to v2](docs/UPGRADE_2.0.md)) | `>=7.4` |
| `2.1` (Mr. Meeseeks) | `2.1.5` | `release-2.1` | Current stable version | `>=7.4` |
| `2.2` | WIP | `master` | Feature minor version (WIP) | `>=7.4` |
| Variable | Value | Hardware Condition | MaraiDB version |
|:---------------------------------:|:--------:|:------------------------------------------------------------------:| :-----------------:|
|innodb_buffer_pool_instances | `8` | no condition | `>=10.11` |
|innodb_buffer_pool_size | `8G` | no condition | `>=10.11` |
|innodb_file_per_table | `ON` | no condition | `>=10.11` |
|innodb_log_file_size | `768M` | no condition | `>=10.11` |
|innodb_log_files_in_group | `4` | in case of a 4-core system | `>=10.11` |
|innodb_log_buffer_size | `256M` | no condition | `>=10.11` |
|innodb_thread_concurrency | `32` | no condition | `>=10.11` |
|innodb_stats_on_metadata | `OFF` | no condition | `>=10.11` |