Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
7f6b1ab9
Verified
Commit
7f6b1ab9
authored
5 months ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Document
Signed-off-by:
Martin Weise
<
martin.weise@tuwien.ac.at
>
parent
3e95d486
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!387
Wrong model
,
!384
Wrong model
,
!381
Wrong model
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.docs/api/data-db.md
+8
-0
8 additions, 0 deletions
.docs/api/data-db.md
.docs/api/metadata-db.md
+8
-0
8 additions, 0 deletions
.docs/api/metadata-db.md
with
16 additions
and
0 deletions
.docs/api/data-db.md
+
8
−
0
View file @
7f6b1ab9
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
.docs/api/metadata-db.md
+
8
−
0
View file @
7f6b1ab9
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment