1eccf05 optimize table joins for faster counting performance

1 file Authored by rayson 8 years ago, Committed by mikem 8 years ago,
    optimize table joins for faster counting performance
    
    Tests shows that changing inner joins to left outer joins on non-null fields will significantly improve the counting performance on PostgreSQL server 9.X.
    
    Only large tables (task, build, and rpminfo) are involved in this commit.
    
        
file modified
+6 -6