タグ

ブックマーク / docs.aws.amazon.com (2)

  • 新しいデータの更新と挿入 - Amazon Redshift

    MERGE コマンドを使用すると、既存のテーブルに新しいデータを効率的に追加できます。マージ操作を実行するには、ステージングテーブルを作成し、このセクションで説明している方法のいずれかを使用して、ステージングテーブルからターゲットテーブルを更新します。MERGE コマンドの詳細については、「MERGE」を参照してください。 マージの例 は、Amazon Redshift 用のサンプルデータセット (TICKIT データセット) を使用します。前提条件として、「一般的なデータベースタスクの開始方法」に記載されている手順に従って、TICKIT テーブルとデータを設定できます。サンプルデータセットの詳細については、「サンプルデータベース」を参照してください。 マージ方法 1: 既存の行を置き換える ターゲットテーブルのすべての列を上書きする場合、マージを実行する最速の方法は、既存の行を置き換える

    takemikami
    takemikami 2014/12/09
    redshiftのテーブル対してupdateする場合の対応方法
  • AWS service endpoints - AWS General Reference

    To connect programmatically to an AWS service, you use an endpoint. An endpoint is the URL of the entry point for an AWS web service. The AWS SDKs and the AWS Command Line Interface (AWS CLI) automatically use the default endpoint for each service in an AWS Region. But you can specify an alternate endpoint for your API requests. If a service supports Regions, the resources in each Region are indep

    takemikami
    takemikami 2012/05/09
    aws-sdkでアクセスする時にendpoint名がわからなくなったら見るリスト
  • 1