データセットの最適化に関する提案をクエリします。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
quickbi-public:QueryCubeOptimization |
get |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| WorkspaceId |
string |
必須 |
ワークスペース ID。 |
95296e95-ca89-4c7d-8af9-dedf0ad0**** |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| RequestId |
string |
リクエスト ID。 |
D787E1A3-A93C-424A-B626-C2B05DF8D885 |
| Result |
array<object> |
クエリ結果が返されます。 |
|
|
array<object> |
インターフェイス実行の結果を返します。 |
||
| AdviceType |
string |
提案のタイプ。有効な値:
|
OPENQUICKENGINE |
| CubePerformanceDiagnoseModel |
object |
データセットに関する診断情報。 |
|
| CacheCostTimeAvg |
number |
キャッシュヒットの平均所要時間。 |
1 |
| CacheQueryCount |
integer |
キャッシュヒット数。 |
2 |
| CostTimeAvg |
number |
SQL パターンに関連する平均クエリ所要時間。 |
1.0 |
| CubeId |
string |
データセット ID。 |
3e45b61a-9ba8-4c7c-8248-8dbe69945636 |
| CubeName |
string |
データセット名。 |
test |
| QueryCount |
integer |
クエリ数。 |
50 |
| QueryCountAvg |
number |
平均クエリ数。 |
2 |
| QueryOverFivePercentNum |
number |
5 秒を超えるクエリ数の割合。 |
0.1 |
| QueryOverFiveSecPercent |
string |
5 秒を超えるクエリの割合。 |
0.5 |
| QueryOverTenSecPercent |
string |
10 秒を超えるクエリの割合。 |
0.1 |
| QueryOverTenSecPercentNum |
number |
10 秒を超えるクエリの割合。 |
0.3 |
| QueryTimeoutCount |
integer |
チャートクエリがタイムアウトした回数。 |
1 |
| QueryTimeoutCountPercent |
number |
チャートクエリのタイムアウト回数の割合。 |
0.3 |
| QuickIndexCostTimeAvg |
number |
Quick Engine クエリの平均所要時間。 |
1 |
| QuickIndexQueryCount |
integer |
Quick Engine のヒット回数。 |
2 |
| RepeatQueryPercent |
string |
重複クエリの割合。 |
0.1 |
| RepeatQueryPercentNum |
number |
重複クエリ数。 |
2 |
| RepeatSqlQueryCount |
integer |
クエリが繰り返された回数。 |
2 |
| RepeatSqlQueryPercent |
string |
重複クエリの割合。 |
0.3 |
| WorkspaceId |
string |
ワークスペース ID。 |
6ea74bff-c818-4188-b462-dbb45a24dbac |
| WorkspaceName |
string |
ワークスペース名。 |
eco0sh0prods |
| Success |
boolean |
リクエストが成功したかどうかを示します。有効な値:
|
true |
例
成功レスポンス
JSONJSON
{
"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
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。