|
|||||||||||
|
Re: Which node is doing the work?
From: Geert Vanderkelen <geert(at)mysql.com>
Date: Fri Sep 28 2007 - 04:48:18 EDT
On Sep 28, 2007, at 10:31 , Jake Conk wrote: > When I'm querying data from a api node that is connected to a ndbd Both. Depending on what you do, but generally: looking up data using eg indexes is done on the data nodes, but sorting or doing anything with the retrieved data is done on the SQL or API nodes. There is a condition pushdown feature, which could push down more work to the data nodes. Btw, an API/SQL node is getting a transaction 'coordinator' in a round-robin way, meaning it will 'ask' one data node (the next one so to speak), but will get data from all (if there was data of course). Cheers, Geert -- Geert Vanderkelen, Senior Support Engineer MySQL GmbH, Germany, www.mysql.com -- MySQL Cluster Mailing List For list archives: http://lists.mysql.com/cluster To unsubscribe: http://lists.mysql.com/cluster?unsub=lists@pantek.comReceived on Fri Sep 28 04:48:42 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 10:15:16 EDT |
||||||||||
|
|||||||||||