> >
> >I'm writing in  as to how I can contribute in the development in Parallel
> >databasing.  I understand MySQL currently supports replications which is a
> >nice way of keeping live backups of a mysql server, however is hardly the
> >"preferred" method when dealing with load-balancing and redundancy, just
> >because it becomes a burden at application level to manage your selects to
> >load-balance and any update,insert,alter statements to the parent server.
> >
> >I'm interested in implementing "Parallel" databasing such as the feature
> >found in Oracle.  This would involve (i imagine) some very complex
> >algorithms and some very sophisticated monitor and checking systems however
> >I do have a very heavy c/c++ knowledge.
> >
> >If someone could contact me and update me on the current status of a "true
> >parallel" databasing support in mysql I'd love to hear about any progress
> >made and how I can help.  I tried to subscribe to this mailing list but it
> >seems as if the subscribing system is broken at the moment.  Please reply
> >back to my email address, fyi.

Some work has already been done on this in the 4.0 tree. From the manual, 
instructions on how to access the devel tree:

 Download BitKeeper from http://www.bitmover.com/cgi-bin/download.cgi. You 
will need Bitkeeper 2.0 or newer to access our repository.  Follow the 
instructions to install it.  After BitKeeper is installed, use this command 
if you want to clone the MySQL 3.23 branch: 
shell> bk clone bk://work.mysql.com:7000 mysql
 To clone the 4.0 branch, use this command instead: 
shell> bk clone bk://work.mysql.com:7001 mysql-4.0
 The initial download of the source tree may take a while, depending on the 
speed of your connection; be patient.  You will need GNU autoconf, automake, 
libtool, and m4 to run the next set of commands. If you get some strange 
error during this stage, check that you really have libtool installed! 
shell> cd mysql
shell> bk -r edit
shell> aclocal; autoheader; autoconf;  automake;
shell> ./configure  # Add your favorite options here
shell> make


-- 
MySQL Development Team
For technical support contracts, visit https://order.mysql.com/
   __  ___     ___ ____  __ 
  /  |/  /_ __/ __/ __ \/ /   Sasha Pachev <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Provo, Utah, USA
       <___/                  

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to