QuickSightからRedshiftへの同時接続数の制限について

QuickSightでRedshiftのデータソースを利用しようと考えています。

Amazon Redshiftの「接続の最大数」は2000に設定されていますが、QuickSightでRedshiftのデータソースを利用する際、以下のような動作は可能でしょうか。

・同時に、1つのダッシュボードを3000ユーザーで参照する
・同時に、1つの分析を3000ユーザーで参照する
・同時に、1つのデータセットを3000ユーザーで参照(読み取り)する
・同時に、3000ユーザーがデータセットを1つずつ作成する

よろしくお願いいたします。

Hi @kondo,
do you actualy need a direct query for the dashboard?
If not you could use SPICE.
BG

@ErikG ,
If I need a direct query for the dashboard, will I get hit by Redshift Maximum number of connections?
I would like to know if it is possible for over 2000 users to simultaneously use a single dashboard or analysis using RedShift datasets.

@kondo
i got you question and i cant tell for sure. because i dont now if QS is actualy creating one connection for each user/query. But i think to remember that it is creating a query for each visual. in case each visual is a query and each query a connection the limit will be reached way earlier.
Thats why i ask if it is realy needed.

@kondo

QuickSight Communityへのご質問ありがとうございます。

ErikGからも回答ありましたように、DirectQueryを使用した場合は、ダッシュボード上のビジュアル単位にクエリーがデータソース側に送信されます。そのクエリーにはタイムアウトも設定されているため、データソース側の処理に時間がかかると、現実問題そのタイムアウトの方が先に発生します。Amazon QuickSight エンドポイントとクォータ - AWS 全般のリファレンス

SPICEをご利用いただくと、ビジュアルクエリーはデータソース側には送られないため、できる限りSPICEをご利用いただくことを推奨しております。

@ErikG ,
Thank you for your reply. I will think about it.

@Wakana ,
ご回答ありがとうございます。
運用方法についてもう少し考えてみます。