Re: HIGH_PRIORITY with UNION

2004-04-19 Thread Victoria Reznichenko
"Chad Attermann" <[EMAIL PROTECTED]> wrote: > I am using HIGH_PRIORITY in my SELECTs to force queries to take predcedence over > updating > due to replication. I have recently implemented UNION in some of my queries to > optimize > queries like "WHERE table1.column1=something OR table1.column2=s

HIGH_PRIORITY with UNION

2004-04-16 Thread Chad Attermann
Hello, I am using HIGH_PRIORITY in my SELECTs to force queries to take predcedence over updating due to replication. I have recently implemented UNION in some of my queries to optimize queries like "WHERE table1.column1=something OR table1.column2=somethingelse". Anyway, I first tried formatt