csharpfritz / csharpfritz/CoreWiki
Use CQRS Pattern
- 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
Assessment
This issue has not been assessed yet.