MySQL Forums
Forum List  »  Performance

Re: PERFORMANCE Evolution
Posted by: Aleksey Kishkin
Date: October 30, 2004 04:30AM

I dont think CGI-based stored procedure is a good decicion in performance term. SP must have good access to mysql tables, and this access is hard to implement in case of CGI-based SP. Besides (if for instance SP is used by trigger) SP can be called million times during session, and then CGI-based SP will have big overhead ..

But it's interesting idea...

Best regards,
Aleksey Kishkin

Options: ReplyQuote


Subject
Views
Written By
Posted
3701
October 27, 2004 08:36PM
2445
October 28, 2004 12:01AM
Re: PERFORMANCE Evolution
2493
October 30, 2004 04:30AM


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.