Mengambil saran pengoptimalan dataset.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
quickbi-public:QueryCubeOptimization |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| WorkspaceId |
string |
Yes |
ID ruang kerja. |
95296e95-ca89-4c7d-8af9-dedf0ad0**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
D787E1A3-A93C-424A-B626-C2B05DF8D885 |
| Result |
array<object> |
||
|
array<object> |
|||
| AdviceType |
string |
Jenis saran. Nilai yang valid:
|
OPENQUICKENGINE |
| CubePerformanceDiagnoseModel |
object |
Informasi diagnostik tentang dataset. |
|
| CacheCostTimeAvg |
number |
The average duration of cache hits. |
1 |
| CacheQueryCount |
integer |
The number of cache hits. |
2 |
| CostTimeAvg |
number |
The average query duration associated with the SQL pattern. |
1.0 |
| CubeId |
string |
The dataset ID. |
3e45b61a-9ba8-4c7c-8248-8dbe69945636 |
| CubeName |
string |
The name of the dataset. |
test |
| QueryCount |
integer |
The number of queries. |
50 |
| QueryCountAvg |
number |
The average number of queries. |
2 |
| QueryOverFivePercentNum |
number |
The percentage of the number of queries that exceed the 5S. |
0.1 |
| QueryOverFiveSecPercent |
string |
Query the proportion of more than 5S. |
0.5 |
| QueryOverTenSecPercent |
string |
The percentage of queries that exceed 10s. |
0.1 |
| QueryOverTenSecPercentNum |
number |
The percentage of queries that exceed 10s. |
0.3 |
| QueryTimeoutCount |
integer |
The number of times that the chart query times out. |
1 |
| QueryTimeoutCountPercent |
number |
The percentage of timeout times for chart queries. |
0.3 |
| QuickIndexCostTimeAvg |
number |
The average time consumed by the Quick engine query. |
1 |
| QuickIndexQueryCount |
integer |
The number of times that the Quick engine is hit. |
2 |
| RepeatQueryPercent |
string |
The proportion of duplicate queries. |
0.1 |
| RepeatQueryPercentNum |
number |
The number of duplicate queries. |
2 |
| RepeatSqlQueryCount |
integer |
The number of times the query is repeated. |
2 |
| RepeatSqlQueryPercent |
string |
The proportion of duplicate queries. |
0.3 |
| WorkspaceId |
string |
The workspace ID. |
6ea74bff-c818-4188-b462-dbb45a24dbac |
| WorkspaceName |
string |
The name of the workspace. |
eco0sh0prods |
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. Nilai yang valid:
|
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "D787E1A3-A93C-424A-B626-C2B05DF8D885",
"Result": [
{
"AdviceType": "OPENQUICKENGINE",
"CubePerformanceDiagnoseModel": {
"CacheCostTimeAvg": 1,
"CacheQueryCount": 2,
"CostTimeAvg": 1,
"CubeId": "3e45b61a-9ba8-4c7c-8248-8dbe69945636",
"CubeName": "test",
"QueryCount": 50,
"QueryCountAvg": 2,
"QueryOverFivePercentNum": 0.1,
"QueryOverFiveSecPercent": "0.5",
"QueryOverTenSecPercent": "0.1",
"QueryOverTenSecPercentNum": 0.3,
"QueryTimeoutCount": 1,
"QueryTimeoutCountPercent": 0.3,
"QuickIndexCostTimeAvg": 1,
"QuickIndexQueryCount": 2,
"RepeatQueryPercent": "0.1",
"RepeatQueryPercentNum": 2,
"RepeatSqlQueryCount": 2,
"RepeatSqlQueryPercent": "0.3",
"WorkspaceId": "6ea74bff-c818-4188-b462-dbb45a24dbac",
"WorkspaceName": "eco0sh0prods"
}
}
],
"Success": true
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.