Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4079380
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T17:47:40+00:00 2026-05-20T17:47:40+00:00

I am using a CQRS style pattern (No Event Sourcing) I simply separate my

  • 0

I am using a CQRS style pattern (No Event Sourcing) I simply separate my reads and writes into 2 separate application boundaries.

Right now, the application works against one SQL 2008 Database. I would like to add multiple read databases to distribute the workload as volume is starting to get high.

I need a solution in SQL 2008 where I can update a single database, and have the changes replicated/propigated in real-time to other nodes. This only needs to be a one-way propagation as the application will only be writing to a single “master” database.

I have read about peer-to-peer transactional replication. Anyone who has used that, how much latency is there in updating the child nodes?

Any other solutions?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T17:47:41+00:00Added an answer on May 20, 2026 at 5:47 pm

    If you’re not using event sourcing on the domain/command side, that’s fine. But that shouldn’t necessarily prevent you from storing all events on the read side in some kind of “events” table. In doing this, it allows you to destroy your view model tables and rebuild from all events stored in the “events” table within your read model database.

    The reason for this is to scale your read side. As your existing read DB comes under pressure and can no longer sustain the load, rather than trying to replicate from a master “read database”–simple create another database instance on some other hardware that populates itself from the “events” table. Then have this additional read database subscribe to the events generated by your domain. (Once you understand what’s happening, you’ll actually want to subscribe first and then populate the table so that you don’t miss events that are published)

    This allows you to have two read databases that are siblings but which don’t talk to each other. They simply listen to events from the domain, update the read model tables, and add the received events to some kind of local “events” table.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on an event-sourced CQRS implementation, using DDD in the application / domain
I've studied some CQRS sample implementations (Java / .Net) which use event sourcing as
Using SVN you can right click a folder TEST and add it to the
CQRS has got me into thinking mode.. I am tryinng to start a new
Using Visual Studio, I have built an C++ application running in 32bit. It will
Using online interfaces to a version control system is a nice way to have
Using PyObjC , you can use Python to write Cocoa applications for OS X.
Using ASP.NET MVC there are situations (such as form submission) that may require a
Using C# .NET 3.5 and WCF, I'm trying to write out some of the
Using TortoiseSVN against VisualSVN I delete a source file that I should not have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.