csharpfritz / csharpfritz/CoreWiki

Use CQRS Pattern

Open
#15 1 comment 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
CSS
Stars
438
Forks
159
PR merge metrics
No merged PRs in 30d

Description

CoreWiki, seems to be simple to 10 users.

Now, let's imagine to 300mil users concurrents:

200.000 Queries concurrents (features search, track changes, article ratings
50.000 Updates concurrents (update comments, update images, update article ratings)
50.000 Inserts concurrents (add comments, add images, add article ratings)

**My suggestions is:**
1. To explorer the CQRS Pattern
2. Use an docker container to ( Queries)
3. Use an docker container to ( Update, Delete, Insert)

**OBS:** _See, I first think to change the database platform to SQL Server 2017. And both docker containers connected in another docker container with SQL Server 2017._

**@csharpfritz, What do you think about that?**

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.