Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/amazon-web-services/12.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 AWS红移的负载测试_Performance_Amazon Web Services_Amazon Redshift - Fatal编程技术网

Performance AWS红移的负载测试

Performance AWS红移的负载测试,performance,amazon-web-services,amazon-redshift,Performance,Amazon Web Services,Amazon Redshift,我是AWS红移新手。虽然我已经阅读了这些概念,但我想知道如何在RedShift中继续进行负载测试。我对研磨机很满意,但对如何使用红移感到困惑。 我的基本要求是推送一定数量的行,并测量查询和服务器性能。我已经在部署MySQL、Cassandra等的云上做了很多性能评估。请帮助我从一些概念或工具开始进行负载测试。Grinder不适合Redshift,因为它旨在测试多个并发用户读写数据的影响 对于红移,您应该评估特定数据大小和查询复杂性下的性能。查看星型模式基准测试或TPC-H。亚马逊红移是分析的DW

我是AWS红移新手。虽然我已经阅读了这些概念,但我想知道如何在RedShift中继续进行负载测试。我对研磨机很满意,但对如何使用红移感到困惑。

我的基本要求是推送一定数量的行,并测量查询和服务器性能。我已经在部署MySQL、Cassandra等的云上做了很多性能评估。请帮助我从一些概念或工具开始进行负载测试。

Grinder不适合Redshift,因为它旨在测试多个并发用户读写数据的影响


对于红移,您应该评估特定数据大小和查询复杂性下的性能。查看星型模式基准测试或TPC-H。

亚马逊红移是分析的DWH。负载测试与RDBMS有不同的含义,在RDBMS中,您需要能够快速处理许多事务。例如,使用红移时,应将数据复制到中,而不是插入。它将赋予红移MPP并行处理的能力。