9 Comments

Great article. I loved the incremental steps.

Expand full comment
author

Thanks, Fernando!

Expand full comment
Sep 12Liked by Raul Junco

What is the difference between CQRS and regular replication from primary db to read db ?

Expand full comment
author

They follow the same principle: separate read and write operations. But:

- CQRS allows for different data models; Replication typically maintains the same data model.

- CQRS May use event-driven updates to synchronize data; Replication

synchronizes at the level of the DB.

- I feel CQRS can get way more complex

Thoughts?

Expand full comment

Quality post as always, Raul friend! Keep these coming!

Expand full comment
author

Thanks my Friend!!!

Expand full comment

Great article on step-by-step instruction to scale a system.

Expand full comment
author

Thanks, Ashish!

Expand full comment

Some great practical step by step tips on scaling reads over here my friend!

Also, thanks for the mention!

Expand full comment