Skip to content
Snippets Groups Projects
Verified Commit 7f6b1ab9 authored by Martin Weise's avatar Martin Weise
Browse files

Document

parent 3e95d486
No related branches found
No related tags found
3 merge requests!387Wrong model,!384Wrong model,!381Wrong model
...@@ -22,6 +22,14 @@ Any number of MariaDB ata databases can be integrated into DBRepo, even non-empt ...@@ -22,6 +22,14 @@ Any number of MariaDB ata databases can be integrated into DBRepo, even non-empt
registered in the Metadata Database to be visible in the [User Interface](../ui) and usable from e.g. the Python registered in the Metadata Database to be visible in the [User Interface](../ui) and usable from e.g. the Python
Library. Library.
## Configuration
By default, the Data Database is configured as a cluster of three nodes where each node has a maximum of 2048 MiB RAM
available. As recommended by
[MariaDB](https://mariadb.com/kb/en/mariadb-memory-allocation/#allocating-ram-for-mariadb-the-short-answer), we set
`innodb_buffer_pool_size=1430M` (70% of the available RAM). If you have more RAM available, you should set the variable
accordingly to improve the performance.
## Data ## Data
The procedures requires the in parameter of the `hash_table` stored procedure to have the same collation as the The procedures requires the in parameter of the `hash_table` stored procedure to have the same collation as the
......
...@@ -34,6 +34,14 @@ services: ...@@ -34,6 +34,14 @@ services:
... ...
``` ```
## Configuration
By default, the Metadata Database is configured as a cluster of three nodes where each node has a maximum of 2048 MiB
RAM available. As recommended by
[MariaDB](https://mariadb.com/kb/en/mariadb-memory-allocation/#allocating-ram-for-mariadb-the-short-answer), we set
`innodb_buffer_pool_size=1430M` (70% of the available RAM). If you have more RAM available, you should set the variable
accordingly to improve the performance.
## Image ## Image
:octicons-tag-16:{ title="Minimum version" } 1.4.4 :octicons-tag-16:{ title="Minimum version" } 1.4.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment