Tableau Desktop의 병렬 쿼리 수에 대한 전역 제한
특정 데이터 원본 유형(예: SQL Server)에 대한 제한
특정 서버의 특정 데이터 원본 유형에 대한 제한
특정 데이터베이스에 연결 시 특정 서버의 특정 데이터 원본 유형에 대한 제한
이러한 설정은 Tableau Desktop 폴더에서 만들고 저장하는 connection-configs.xml이라는 xml 파일로 관리됩니다. 기본 위치는 다음과 같습니다.
<?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>
이 값은 기본 병렬 쿼리 제한을 재정의합니다. 기본 병렬 쿼리 제한은 기본값이 8인 Amazon Redshift를 제외한 모든 데이터 원본 유형에서 16입니다.
추가적인 제한 설정
connection-configs.xml의 연결 설정은 다양한 특정 수준에서 작동할 수 있습니다. 연결을 설정할 때 Tableau는 파일을 위에서 아래로 구문 분석하므로 지정된 연결에 적용할 수 있는 둘 이상의 항목이 있는 경우 파일의 맨 위에 있는 항목이 사용됩니다.
이러한 이유 때문에 연결 사양은 구체적인 것이 먼저 오도록 배치해야 합니다.
추가적인(전역이 아닌) 제한은 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 데이터베이스 | "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 Connector | "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" |
| 통계 파일 | 구성할 수 없음 |
| 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.