タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

redshiftとindexに関するyassのブックマーク (2)

  • Redshift の Interleaved Sort Key について解説してみる - Qiita

    はじめに Redshift における Sort Key の1つである Interleaved Srot Key について解説をします。公式ドキュメントにはさらっとしか記述がないのですが、私が確認した公開された情報のなかでは AWS Blog が一番詳しく解説されていました。稿はこちらの Blog を理解することを目的とします。 Sort Style 大きく分けて 3 つあります。 Single-column Sort Key column 単位で設定された Key。 Compound Sort Key table 単位で設定されたもので、2つ以上の column に対してセットされた Key。いわゆる複合 Key で Primary, Secondary と Key 間に優先順位があります。 Interleaved Sort Key table 単位で設定されたもので、1つ以上の col

    Redshift の Interleaved Sort Key について解説してみる - Qiita
  • Choose the best distribution style - Amazon Redshift

    When you run a query, the query optimizer redistributes the rows to the compute nodes as needed to perform any joins and aggregations. The goal in selecting a table distribution style is to minimize the impact of the redistribution step by locating the data where it needs to be before the query is run. When you use automatic table optimization, you don't need to choose the distribution style of yo

    yass
    yass 2013/11/04
    " If you frequently join a table, specify the join column as the distribution key. "
  • 1