MySQL Forums
Forum List  »  Partitioning

Re: Maybe this could be a solution?
Posted by: Mikael Ronström
Date: September 12, 2007 11:51AM

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

Options: ReplyQuote


Subject
Views
Written By
Posted
3599
July 06, 2007 06:17PM
Re: Maybe this could be a solution?
3625
September 12, 2007 11:51AM
3583
September 12, 2007 11:54AM


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.