Ryan Boren escribió: > On 10/2/07, Handy <[EMAIL PROTECTED]> wrote: >> [...] > > That looks like a tag intersection query with 10 tags. That will suck > given how intersections are simulated by equating corresponding > attributes. If anyone knows a better way of doing intersections in > MySQL 4.1, do tell. Maybe we should just post-process a union. > Regardless, WP should only do these queries when tag=foo+bar+baz+... > is requested.
Tag intersections can be done using two queries, you can see an example for tag_slug__and in http://pastebin.com/m38c901f3. Regards -- Alexander Concha http://www.buayacorp.com/ La justicia es incidental a la ley y el orden -- J. Edgar Hoover. _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
