Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/performance/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Performance 在使用CQRS体系结构的Windows Azure应用程序中,读写数据库的最佳选择是什么?_Performance_Azure Storage_Cqrs - Fatal编程技术网

Performance 在使用CQRS体系结构的Windows Azure应用程序中,读写数据库的最佳选择是什么?

Performance 在使用CQRS体系结构的Windows Azure应用程序中,读写数据库的最佳选择是什么?,performance,azure-storage,cqrs,Performance,Azure Storage,Cqrs,在Windows Azure中构建具有CQRS体系结构的应用程序,如果您希望获得最高性能,读写数据库的可选存储解决方案是什么 读:非规范化表 写入:事件存储 目前Windows提供了几种解决方案,例如: Azure SQL数据库 Azure表存储 Hadoop 这取决于几个因素。尤其是写端取决于是否使用事件源 (编辑:只需重新阅读您的问题。一定忽略了事件存储位。) 查看Lokad.CQRS以获得一个基于Azure的示例:还可以选择将DocumentDB添加到混合中。

在Windows Azure中构建具有CQRS体系结构的应用程序,如果您希望获得最高性能,读写数据库的可选存储解决方案是什么

  • 读:非规范化表
  • 写入:事件存储
目前Windows提供了几种解决方案,例如:

  • Azure SQL数据库
  • Azure表存储
  • Hadoop

    • 这取决于几个因素。尤其是写端取决于是否使用事件源

      (编辑:只需重新阅读您的问题。一定忽略了事件存储位。)


      查看Lokad.CQRS以获得一个基于Azure的示例:

      还可以选择将DocumentDB添加到混合中。