Export to GitHub

majortom - issue #23

Performance: Index methods with conjunction or disjunction


Posted on Jul 13, 2010 by Happy Bear

INSTEAD OF

for ( Topic t : types ){ getTopics(t); }

DO

SELECT id FROM topics WHERE id_type = ? OR|AND .....

Comment #1

Posted on Sep 15, 2010 by Happy Bear

done for optimized processor

Status: Fixed

Labels:
Type-Performance Priority-Medium Database