![]() | |
#41
| |||
| |||
|
|
If the isolation level is set to Serializable, why cant we just ship the transaction statements from the master to the backup and replay those transactions. Why do we adopt complicated solutions like log shipping and all such kind of things for replicating databases. |
#42
| |||
| |||
|
|
If the isolation level is set to Serializable, why cant we just ship the transaction statements from the master to the backup and replay those transactions. Why do we adopt complicated solutions like log shipping and all such kind of things for replicating databases. |
#43
| |||
| |||
|
|
If the isolation level is set to Serializable, why cant we just ship the transaction statements from the master to the backup and replay those transactions. Why do we adopt complicated solutions like log shipping and all such kind of things for replicating databases. |
#44
| |||
| |||
|
|
If the isolation level is set to Serializable, why cant we just ship the transaction statements from the master to the backup and replay those transactions. Why do we adopt complicated solutions like log shipping and all such kind of things for replicating databases. |
#45
| |||
| |||
|
|
If the isolation level is set to Serializable, why cant we just ship the transaction statements from the master to the backup and replay those transactions. Why do we adopt complicated solutions like log shipping and all such kind of things for replicating databases. |
#46
| |||
| |||
|
|
If the isolation level is set to Serializable, why cant we just ship the transaction statements from the master to the backup and replay those transactions. Why do we adopt complicated solutions like log shipping and all such kind of things for replicating databases. |
#47
| |||
| |||
|
|
On Sep 2, 1:06*am, Bob Badour <bbad... (AT) pei (DOT) sympatico.ca> wrote: M2Y wrote: Hello, I have a fundamental doubt regarding replication in databases. If the isolation level is set to Serializable, why cant we just ship the transaction statements from the master to the backup and replay those transactions. Why do we adopt complicated solutions like log shipping and all such kind of things for replicating databases. Thanks, Srinivas The statements might arrive at the slave in a different order and the slave might serialize the transactions differently--for a start. We can maintain an order of transactions, lets say, commit order and let the backup replay the transactions in that order. |
#48
| |||
| |||
|
|
On Sep 2, 1:06*am, Bob Badour <bbad... (AT) pei (DOT) sympatico.ca> wrote: M2Y wrote: Hello, I have a fundamental doubt regarding replication in databases. If the isolation level is set to Serializable, why cant we just ship the transaction statements from the master to the backup and replay those transactions. Why do we adopt complicated solutions like log shipping and all such kind of things for replicating databases. Thanks, Srinivas The statements might arrive at the slave in a different order and the slave might serialize the transactions differently--for a start. We can maintain an order of transactions, lets say, commit order and let the backup replay the transactions in that order. |
#49
| |||
| |||
|
|
On Sep 2, 1:06*am, Bob Badour <bbad... (AT) pei (DOT) sympatico.ca> wrote: M2Y wrote: Hello, I have a fundamental doubt regarding replication in databases. If the isolation level is set to Serializable, why cant we just ship the transaction statements from the master to the backup and replay those transactions. Why do we adopt complicated solutions like log shipping and all such kind of things for replicating databases. Thanks, Srinivas The statements might arrive at the slave in a different order and the slave might serialize the transactions differently--for a start. We can maintain an order of transactions, lets say, commit order and let the backup replay the transactions in that order. |
#50
| |||
| |||
|
|
On Sep 2, 1:06*am, Bob Badour <bbad... (AT) pei (DOT) sympatico.ca> wrote: M2Y wrote: Hello, I have a fundamental doubt regarding replication in databases. If the isolation level is set to Serializable, why cant we just ship the transaction statements from the master to the backup and replay those transactions. Why do we adopt complicated solutions like log shipping and all such kind of things for replicating databases. Thanks, Srinivas The statements might arrive at the slave in a different order and the slave might serialize the transactions differently--for a start. We can maintain an order of transactions, lets say, commit order and let the backup replay the transactions in that order. |
![]() |
| Thread Tools | |
| Display Modes | |
| |