J
jquerijero
Guest
[quote user="Torben"] If there is an index on active then my small test show: Best: table.active Equal: table.active = YES; table.active = NO (~ 10%) Worst: NOT table.active (> 200%) If there is not an index on active then: Best: table.active; NOT table.active Worst: table.active = YES; table.active = NO (~ 10%) [/quote] If this is true and since checking for negative is rare, it sounds like direct inspection of the field is better.
Continue reading...
Continue reading...