Search found 1 match
- Thu Dec 06, 2007 4:14 am
- Forum: Using OpenEMM
- Topic: Very slow Recipient Import
- Replies: 12
- Views: 17889
I have same problem. I try to monitor mysql server and find the following sql query could cause this problem: select count(*) from ( SELECT distinct cust.customer_id, cust.gender, cust.firstname, cust.lastname, cust.email FROM customer_1_tbl cust WHERE 1 ) as tmp_tbl I don't know why using this quer...