【发布时间】:2016-04-12 06:04:27
【问题描述】:
在 Amazon Redshift 中使用 Diststyle ALL 的表应该有多小?
这里写着:http://dwbitechguru.blogspot.com/2014/11/performance-tuning-in-amazon-redshift.html
对于 vey 小表,redshift 应该使用 diststyle ALL 而不是 EVEN 或 KEY。小有多小?如果我要在查询的 where 子句中指定行号:select relname, reldiststyle from pg_class 我应该指定多少行?
【问题讨论】:
标签: sql amazon-web-services amazon-redshift