[🔝TOP](https://www.notion.so/shinofara-1a690b35713b45bf8ea599bfa73fb7df?pvs=21) > [[用語|用語]]
- index
🤔 この用語について
📁 関連づいたドキュメント
### 🤔 この用語について
> [!info] CQRS パターン - Azure Architecture Center
> CQRS (コマンド クエリ責務分離) パターンを使用して、データの読み取りとデータの更新のそれぞれの操作を分離する方法について説明します。
> [https://learn.microsoft.com/ja-jp/azure/architecture/patterns/cqrs](https://learn.microsoft.com/ja-jp/azure/architecture/patterns/cqrs)
[https://cqrs.files.wordpress.com/2010/11/cqrs_documents.pdf](https://cqrs.files.wordpress.com/2010/11/cqrs_documents.pdf)
> Commands: Change the state of a system but do not return a value.
>
> Queries: Return a result and do not change the observable state of the system (are free of side effects).
>
> (引用)
>
> [https://martinfowler.com/bliki/CommandQuerySeparation.html](https://martinfowler.com/bliki/CommandQuerySeparation.html)
コマンド:状態を変更して値を返さない
クエリ:結果を返すが、状態を変化させない
### 📁 関連づいたドキュメント
[🔝TOP](https://www.notion.so/shinofara-1a690b35713b45bf8ea599bfa73fb7df?pvs=21) > [[用語|用語]]