2010/7/22 Andrew Duck <[email protected]> > The query is slow - using those OR statements reads every row, it should be > using an IN statement. Debug the query. > Oh, and what ezp version is that ?
With version 4.3, a IN is used instead of a OR. -- Bertrand
-- Sdk-public mailing list [email protected] http://lists.ez.no/mailman/listinfo/sdk-public
