-
An interesting design pattern: reads are synchronous and hit a read-only, read-optimized database. Writes are asynchronous. Writes are "published" to the read-only query database as part of the process of handling the Write request.
Leave a Reply
You must be logged in to post a comment.