MySQL Forums
Forum List  »  Performance

Re: Fast way to have an inparameter match all values? (COALESCE slow)
Posted by: Peter Brawley
Date: March 30, 2015 11:16AM

> what performance hit will it be to use the build query/ prepare/ execute way?

very little

> Is it good or ok practice to have a majority of stored procedures work this way?

prepare/exec/dealloc is required for dynamic queries unless you prefer generating dynamic queries in your app language.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Fast way to have an inparameter match all values? (COALESCE slow)
655
March 30, 2015 11:16AM


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.