Comment by srameshc
2 years ago
It took me a while to understand the usecase but this is a very good solution for apps that are read intensive, wonder why this pattern isn't very common.
2 years ago
It took me a while to understand the usecase but this is a very good solution for apps that are read intensive, wonder why this pattern isn't very common.
Because synchronizing data with multiple users updating data in a distributed manner then reconciling it is not trivial.