【问题标题】:AWS Redshift maximumsAWS Redshift 最大值
【发布时间】:2017-08-09 01:46:02
【问题描述】:

我最近开始探索 Amazon Redshift 数据库。但是我无法在文档中的任何地方找到以下数据库最大参数。

参数

Columns       Maximum per table or view 
Names         Maximum length of database and column names
Characters    Maximum number of characters in a char/varchar field
Connections   Maximum connections to the server
concurency    Maximm number of concurrent users
Row size      Maximum row size
DISTKEY       Maximum per table
SORTKEY       Maximuum per table(compound/interval)
Cluster size  Maximum cluster size(in terms of compressed datasize)

如果有人可以提供信息,将有很大帮助

【问题讨论】:

    标签: amazon-web-services amazon-redshift


    【解决方案1】:

    这里详细介绍了连接限制、并发限制和命名约束: http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html

    目前每个集群最多有 500 个连接和 50 个并发。

    每个表可以有一个 DISTKEY,更多详细信息在这里: http://docs.aws.amazon.com/redshift/latest/dg/c_choosing_dist_sort.html

    交错排序键限制为八列: http://docs.aws.amazon.com/redshift/latest/dg/t_Sorting_data.html

    字符数据类型的最大长度: http://docs.aws.amazon.com/redshift/latest/dg/c_Supported_data_types.html

    集群大小由集群中节点的数量和类型决定。就存储而言,当前可能的最大值为 128 x ds2.8xlarge 节点,最大存储为 2 PB: http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html

    使用最近的 RA3 节点类型 (ra3.16xlarge),您可以达到 8PB

    【讨论】:

      【解决方案2】:

      500 是查询编辑器的最大值,而不是真正的最大数据库连接数。

      【讨论】:

      • 您的答案可以通过额外的支持信息得到改进。请edit 添加更多详细信息,例如引用或文档,以便其他人可以确认您的答案是正确的。你可以找到更多关于如何写好答案的信息in the help center
      猜你喜欢
      • 2016-06-22
      • 2019-06-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-11-30
      • 1970-01-01
      • 2021-11-05
      • 1970-01-01
      相关资源
      最近更新 更多