Back to course home
0% completed
Vote For New Content
what is the difference between read replica and snapshot replication
tanish bansal
Jul 21, 2024
Both read replica and snapshot replication seems to be exact same, can you elaborate the differneces
0
0
Comments
Comments
Tan Chin Sianga year ago
From my understanding is that snapshot replication accours at a specific time, same logic goes to screenshotting at a specific time. The data will not change as times goes for that snapshot replication. But for read replica, the data is being updated over the time
LeafarBlu BR10 months ago
The read replica generally receives the data in live traffic with a delay between the write operation and the same updated data being available in the read replica. For example, in MongoDB (NoSQL), the read replica is updated almost at the same time as a write operation...
On this page