Discussion about this post

User's avatar
Akos Komuves's avatar

The closest thing I've used to a CQRS pattern is a materialized view: https://www.postgresql.org/docs/current/sql-creatematerializedview.html, which contained read-optimized data. 😄 But I haven't used a system where the Query was a separate application processing only Query commands. Thanks for teaching us something new again, Saurabh! Also, thanks for the mention!

Expand full comment
Suman Ghosh's avatar

For CQRS, if we are using an SQL database for write replicas, can we use a NoSQL database for read replicas?"

Expand full comment
7 more comments...

No posts