MySQL Forums
Forum List  »  Replication

Re: Ignore column in replication
Posted by: Rick James
Date: October 02, 2014 08:55AM

No, there is no way to ignore part of a table during replication.

However, if you split the table into two tables ("vertical partitioning"), you could possibly avoid replicating the new table, which has the naughty column. If the column is a huge blob and you are trying to avoid the overhead, this might be the answer.

Also, you can put restrictions on which users can see a given column (or table or database). You would still be replicating it, but if your real goal is to hide it, then this might be the solution.

In posing a question, it is best to state the _real_ goal, not to merely ask about an proposed implementation.

Options: ReplyQuote


Subject
Views
Written By
Posted
2086
September 29, 2014 05:30AM
1213
September 29, 2014 05:35AM
Re: Ignore column in replication
1250
October 02, 2014 08:55AM


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.