Reputation: 6535
Building an application in Windows Azure with a CQRS architecture, what would be the optional storage solution for the read and write databases, if you are looking for maximum performance?
Currently Windows offer several solutions, such as:
Upvotes: 1
Views: 676
Reputation: 51624
This depends on a few factors. Especially the write side depends on whether you use Event Sourcing or not.
(Edit: just re-read your question. Must have overlooked the event store bit.)
Have a look at Lokad.CQRS for an Azure-based example: http://lokad.github.com/lokad-cqrs/
Upvotes: 2