Tableau Desktop での並列クエリ数のグローバルな制限
SQL Server などの特定のデータ ソース タイプに対する制限
特定のサーバーの特定のデータ ソース タイプに対する制限
指定されたデータベースに接続する際の特定のサーバーの特定のデータ ソース タイプに対する制限
これらの設定は connection-configs.xml という名前の xml ファイルによって管理されています。このファイルは作成可能で、Tableau Desktop フォルダーに保存されます。既定の場所は次のとおりです。
<?xml version='1.0' encoding='utf-8' ?>
<connection-list>
<connection class='sqlserver' dbname='SalesDB' server='SQLserver10'>
<limit max='10'>
</limit>
</connection>
<connection class='mysql' dbname='Inventory' server='MySQL_Public'>
<limit max='10'>
</limit>
</connection>
<connection class='teradata' schema='TravelData' server='TeradataProduction2'>
<limit max='12'>
</limit>
</connection>
<connection class='sqlserver'>
<limit max='4'>
</limit>
</connection>
<connection class='mysql'>
<limit max='6'>
</limit>
</connection>
<connection class='teradata'>
<limit max='10'>
</limit>
</connection>
<connection>
<limit max='8'>
</limit>
</connection>
</connection-list>
データ ソース タイプ、サーバー、データベースについての情報がない <connection> タグは、他の具体的な接続の仕様によってカバーされていないすべての接続に対するクエリの最大数を定義します。例:
<connection>
<limit max='8'>
</limit>
</connection>
この値は、既定の並列クエリの制限を上書きします。既定の並列クエリの制限は、Amazon Redshift (既定は 8) を除くすべてのデータ ソース タイプで 16 です。
追加の制限の設定
connection-configs.xml の接続設定は、異なるレベルの限定性で動作できます。接続を確立する際に、Tableau はファイルを上から下に向かって解析します。そのため、ある接続に適用されるエントリーが 1 つ以上ある場合は、ファイルの上にあるエントリーが使用されます。
このため、接続の仕様を最も限定性が強いものから弱いものの順に並べる方法も適切です。
追加の (グローバルでない) 制限は、connection-configs.xml ファイルの最上部にある <connection-list> セクションに設定します。
<connection> タグの中で使用できるパラメーターは次のとおりです。
| パラメーター | 文字列 |
| class | データ ソース タイプです。すべてのデータ ソース タイプに使用できる文字列については、下の「Class 文字列」の表を参照してください。 |
| server | サーバー コンピューターです。 |
| dbname | データベース名です。 |
| schema | この設定は Teradata データ ソースで使用できます。 |
パラメーターは任意の順番、任意の組み合わせで指定できます。たとえば、class は指定せずに server と dbname を指定することが可能です。
connection-configs.xml では、次の文字列を使用してデータ ソース タイプを識別します。
| データ ソース | 文字列 |
| Actian Vectorwise | "vectorwise" |
| Amazon EMR | "awshadoophive" |
| Amazon Redshift | “redshift” |
| Aster Database | "asterncluster" |
| Cloudera Hadoop | "hadoophive" |
| キューブ データ ソースから作成した抽出 | 設定不可 |
| DataStax Enterprise | "datastax" |
| EXASolution | "exasolution" |
| Firebird | "firebird" |
| 汎用 ODBC | "genericodbc" |
| Google Analytics | "google-analytics" |
| Google BigQuery | "bigquery" |
| Hortonworks Hadooop Hive | "hortonworkshadoophive" |
| HP Vertica | “vertica” |
| IBM BigInsights | “bigsql” |
| IBM DB2 | "db2" |
| JavaScript コネクタ | "jsconnector" |
| MapR Hadoop Hive | "maprhadoophive" |
| MarkLogic | "marklogic" |
| Microsoft Access | "msaccess” |
| Microsoft Analysis Services | "msolap" |
| Microsoft Excel | 設定不可 |
| Microsoft PowerPivot | "powerpivot" |
| Microsoft SQL Server | "sqlserver" |
| MySQL | "mysql" |
| IBM Netezza | "netezza" |
| OData | “odata” |
| Oracle | "oracle" |
| Oracle Essbase | “essbase” |
| ParAccel | "paraccel" |
| Pivotal Greenplum | "greenplum" |
| PostgreSQL | "postgres" |
| Progress OpenEdge | "progressopenedge" |
| SAP HANA | "saphana" |
| SAP Netweaver Business Warehouse | "sapbw" |
| SAP Sybase ASE | "sybasease" |
| SAP Sybase IQ | "sybaseiq" |
| Salesforce | "salesforce" |
| Spark SQL | "spark" |
| Splunk | "splunk" |
| Statistical File | 設定不可 |
| Tableau データ抽出 | "dataengine" |
| Teradata | “teradata” |
| テキスト ファイル | “csv” |
接続が connection-configs.xml 内のエントリと一致する場合、Tableau はデバッグ目的で接続制限をログに記録します。
ただし、多くのデータベース システムはクエリを同時実行するように設計されているため、データソースで必要な全クエリの実行に費やされる合計経過時間を短縮できる可能性があります。
001453728

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.