MySQL Forums
Forum List  »  General

Re: Distributed tables or something like that
Posted by: Mike Hillyer
Date: October 06, 2004 09:37AM

My only concern would be overwhelming whatever service routes the INSERT queries. You would likely want to have each inserting client choose a server directly.

I have seen one tool that is similar to what you are talking about, at http://www.inspireonsoftware.com/Products-MyPQuery.htm

Have you considered MERGE tables?

http://dev.mysql.com/doc/mysql/en/MERGE.html

Mike Hillyer, Technical Writer
MySQL AB, www.mysql.com
Office: +1 403-380-6535

Blog: http://www.openwin.org/mike

"The Open Source movement has become a major force across the software industry, and MySQL is the world's most popular open source database."
--Fortune Magazine

Options: ReplyQuote


Subject
Written By
Posted
Re: Distributed tables or something like that
October 06, 2004 09:37AM


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.