8 messages in com.mysql.lists.clusterRe: Stored Procedues
FromSent OnAttachments
Nick Hoffman21 Aug 2006 17:15 
Stewart Smith21 Aug 2006 20:19 
Benton, Kevin22 Aug 2006 16:46 
Jason Brooke22 Aug 2006 17:00 
Stewart Smith23 Aug 2006 03:15 
Benton, Kevin23 Aug 2006 08:54 
Nick Hoffman23 Aug 2006 16:46 
Stewart Smith23 Aug 2006 18:03 
Subject:Re: Stored Procedues
From:Stewart Smith (stew@mysql.com)
Date:08/21/2006 08:19:51 PM
List:com.mysql.lists.cluster

On Tue, 2006-08-22 at 10:15 +1000, Nick Hoffman wrote:

which says that stored procedures exist within a mysqld process rather than within an actual database, and that creating a stored procedure on one mysqld node will not make the SP available on any other mysqld nodes. Is this still the case?

yes.

Also, do stored procedures work any differently in Cluster? Are there specific or different performance advantages or disadvantages to using SPs in Cluster?

performance is generally greater when using SPs with any engine as the processing (done in the SP) is closer to the data (avoids network hops to the application).

So, generally speaking, using SPs will give you better performance.

Jumpstart your cluster: http://www.mysql.com/consulting/packaged/cluster.html