Hi,
A storage engine can perform some simple parallelisation.
Actually NDB already performs parallel activities if you
do a table scan with a simple condition since the condition
is pushed down to the data nodes. Any storage engine can do
the same. So Parallel Query in MySQL can be done both on the
storage engine level and on top of the Server as described in
the report. I'm looking into both methods.
Rgrds Mikael
David Andersen Wrote:
-------------------------------------------------------
> We are currently discussing another method of
> running one query in parallel on several servers.
> Have a look at the threads at
>
http://forums.mysql.com/read.php?105,158041,158041
> #msg-158041
>
> Regards,
>
> David