From: kdecapite <decap...@creationsite.com>
Date: Thu, 27 Mar 2008 18:40:57 -0700 (PDT)
Local: Thurs, Mar 27 2008 9:40 pm
Subject: Re: Run query in background while showing "Please wait"
Thanks to everyone who has contributed so far, it's much appreciated!
Now, here's where we stand...
jonknee's query took about 25-27 seconds and returned 154 records.
b logica's query took about 6 seconds and returned 24 records
My original query takes 18 seconds and returns ALL records and is
SELECT CONCAT(`Contact`.`ln`, `Contact`.`fn`) AS `full_name`,
Then I store the results into an array and run this query:
SELECT * FROM `import_contacts` AS `ImportContact` ORDER BY `ln` ASC,
I store those results into an array, too, then I loop through the
array("MarkSmith" => array("field1" => "value1", "field2" =>
This is working great, it's just timing out my PHP script because it
On Mar 27, 5:44 pm, "Dardo Sordi Bogado" <dardoso...@gmail.com> wrote:
> > SELECT * FROM contactImport WHERE first_name IN (SELECT first_name
> > FROM contact) AND last_name in (SELECT last_name FROM contact) > That is a really bad query (for 30k records) and even don't solve the issue.
> > b logica's way would work too, so you could just check whatever is
> blogica's one seems to be right.
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||