I 'd like to get an answer to this question guiding our actions:
Do we have a fundamental rule that the slave db must be identically same with master db on both count of columns and the orders?
We are using Tungsten replicators connecting a master and slave db. But we recently have a special requirement that we considering adding one more columns only to slave db ( at the 1st position ). Thus we would get a different table structure in slave db compared to master db on the same table.
We would like to know if this is workable solution. Thanks Martin