MySQL Forums
Forum List  »  Perl

Re: Possible to use one connection for multiple concurrent queries?
Posted by: Hu Hailin
Date: March 03, 2006 07:25AM

I didn't mean that you can run concurrent queries in a persistent environment.

With a persistent connection, I mean that you can reuse your temp table many times instead of creating it every time when you need.
I thought you are using something like "CREATE TEMPORARY TABLE...". I misunderstood.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.