A concept and pattern that segregates the operations that read data from the operations that update data by using separate logical interfaces. In a collaborative domain it can maximize performance, scalability, and security; support evolution of the system over time; and prevent update commands from causing merge conflicts at the domain level—even when updating what appears to be the same type of data. It can be used in many cloud-hosted applications that work with data in a collaborative way.
申し訳ありません。先の訳を全て以下に差し替えてください。
作業を切り分けるコンセプトやパターンは、作業からデータを読み取り、個別の論理的なインタフェースを使いデータを更新します。連携するドメインでは、この動作が性能、拡張性や安全性を最大限にし、同じタイプのデータと思われるデータを更新するときでさえも、更新命令がドメインレベルで結合衝突することを防ぎ、時間とともにシステムの斬新的変化に役立ちます。それはデータが連携して動くクラウドホスティングに適用することができます。
ishigami様、ありがとうございます。更に読みやすくなりました。