Skip to content

Optimized the select statement; make one selection instead of five.

revo requested to merge revo/schleuder:patch-1 into master

You can optimize the select statement by not executing five selects (where the database results are being replaced) for a list, but rather executing one select for any possible search parameter value.

Merge request reports