Skip to content

Increase RDBI performance

Yadd requested to merge increase-RDBI-perf into v2.0
  • 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 by Yadd

Merge request reports