Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LemonLDAP NG
lemonldap-ng
Merge requests
!200
Increase RDBI performance
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Open
Yadd
requested to merge
increase-RDBI-perf
into
v2.0
Jun 29, 2021
Overview
7
Commits
1
Pipelines
5
Changes
1
Group inserts to increase RDBI store: unlike other backends, RDBI::store() isn't a single SQL request, then it takes to much time to commit each parameter. The idea here is to group them (10 in each)
Edited
Jun 29, 2021
by
Yadd