Timeline for In which database CQRS Command performs a Query?
Current License: CC BY-SA 4.0
        8 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 2, 2020 at 14:20 | answer | added | Carmine Ingaldi | timeline score: 0 | |
| Sep 2, 2020 at 12:42 | vote | accept | FedeC87p | ||
| S Sep 2, 2020 at 11:13 | history | edited | Andy | CC BY-SA 4.0 | 
        
            
             
                
                    Small grammar fixes 
                
             
        
     | 
| S Sep 2, 2020 at 11:13 | history | suggested | πάντα ῥεῖ | CC BY-SA 4.0 | 
        
            
             
                
                    Small grammar fixes 
                
             
        
     | 
| Sep 2, 2020 at 10:23 | comment | added | yoger | Command and Query are separate concerns. Creating former you should not get around the latter. Basically Command is something that from my experience should be transactional. And within single command you must be sure that the data you're updating is up to date. Asking readonly database for entity that you're about to edit is not feasible, since it might have already been updated in your Write database by someone else. Think of the read database as of a source of presentation data. | |
| Sep 2, 2020 at 10:00 | review | Suggested edits | |||
| S Sep 2, 2020 at 11:13 | |||||
| Sep 2, 2020 at 9:44 | answer | added | Flater | timeline score: 5 | |
| Sep 2, 2020 at 9:07 | history | asked | FedeC87p | CC BY-SA 4.0 |