Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.DatabaseManagement.getManagedMySqlDatabaseSqlData
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides the list of Managed My Sql Database Sql Data in Oracle Cloud Infrastructure Database Management service.
Retrieves SQL performance data for given MySQL Instance.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testManagedMySqlDatabaseSqlData = oci.DatabaseManagement.getManagedMySqlDatabaseSqlData({
endTime: managedMySqlDatabaseSqlDataEndTime,
managedMySqlDatabaseId: testManagedMySqlDatabase.id,
startTime: managedMySqlDatabaseSqlDataStartTime,
filterColumn: managedMySqlDatabaseSqlDataFilterColumn,
});
import pulumi
import pulumi_oci as oci
test_managed_my_sql_database_sql_data = oci.DatabaseManagement.get_managed_my_sql_database_sql_data(end_time=managed_my_sql_database_sql_data_end_time,
managed_my_sql_database_id=test_managed_my_sql_database["id"],
start_time=managed_my_sql_database_sql_data_start_time,
filter_column=managed_my_sql_database_sql_data_filter_column)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/DatabaseManagement"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := DatabaseManagement.GetManagedMySqlDatabaseSqlData(ctx, &databasemanagement.GetManagedMySqlDatabaseSqlDataArgs{
EndTime: managedMySqlDatabaseSqlDataEndTime,
ManagedMySqlDatabaseId: testManagedMySqlDatabase.Id,
StartTime: managedMySqlDatabaseSqlDataStartTime,
FilterColumn: pulumi.StringRef(managedMySqlDatabaseSqlDataFilterColumn),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testManagedMySqlDatabaseSqlData = Oci.DatabaseManagement.GetManagedMySqlDatabaseSqlData.Invoke(new()
{
EndTime = managedMySqlDatabaseSqlDataEndTime,
ManagedMySqlDatabaseId = testManagedMySqlDatabase.Id,
StartTime = managedMySqlDatabaseSqlDataStartTime,
FilterColumn = managedMySqlDatabaseSqlDataFilterColumn,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DatabaseManagement.DatabaseManagementFunctions;
import com.pulumi.oci.DatabaseManagement.inputs.GetManagedMySqlDatabaseSqlDataArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testManagedMySqlDatabaseSqlData = DatabaseManagementFunctions.getManagedMySqlDatabaseSqlData(GetManagedMySqlDatabaseSqlDataArgs.builder()
.endTime(managedMySqlDatabaseSqlDataEndTime)
.managedMySqlDatabaseId(testManagedMySqlDatabase.id())
.startTime(managedMySqlDatabaseSqlDataStartTime)
.filterColumn(managedMySqlDatabaseSqlDataFilterColumn)
.build());
}
}
variables:
testManagedMySqlDatabaseSqlData:
fn::invoke:
Function: oci:DatabaseManagement:getManagedMySqlDatabaseSqlData
Arguments:
endTime: ${managedMySqlDatabaseSqlDataEndTime}
managedMySqlDatabaseId: ${testManagedMySqlDatabase.id}
startTime: ${managedMySqlDatabaseSqlDataStartTime}
filterColumn: ${managedMySqlDatabaseSqlDataFilterColumn}
Using getManagedMySqlDatabaseSqlData
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getManagedMySqlDatabaseSqlData(args: GetManagedMySqlDatabaseSqlDataArgs, opts?: InvokeOptions): Promise<GetManagedMySqlDatabaseSqlDataResult>
function getManagedMySqlDatabaseSqlDataOutput(args: GetManagedMySqlDatabaseSqlDataOutputArgs, opts?: InvokeOptions): Output<GetManagedMySqlDatabaseSqlDataResult>
def get_managed_my_sql_database_sql_data(end_time: Optional[str] = None,
filter_column: Optional[str] = None,
filters: Optional[Sequence[_databasemanagement.GetManagedMySqlDatabaseSqlDataFilter]] = None,
managed_my_sql_database_id: Optional[str] = None,
start_time: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagedMySqlDatabaseSqlDataResult
def get_managed_my_sql_database_sql_data_output(end_time: Optional[pulumi.Input[str]] = None,
filter_column: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_databasemanagement.GetManagedMySqlDatabaseSqlDataFilterArgs]]]] = None,
managed_my_sql_database_id: Optional[pulumi.Input[str]] = None,
start_time: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagedMySqlDatabaseSqlDataResult]
func GetManagedMySqlDatabaseSqlData(ctx *Context, args *GetManagedMySqlDatabaseSqlDataArgs, opts ...InvokeOption) (*GetManagedMySqlDatabaseSqlDataResult, error)
func GetManagedMySqlDatabaseSqlDataOutput(ctx *Context, args *GetManagedMySqlDatabaseSqlDataOutputArgs, opts ...InvokeOption) GetManagedMySqlDatabaseSqlDataResultOutput
> Note: This function is named GetManagedMySqlDatabaseSqlData
in the Go SDK.
public static class GetManagedMySqlDatabaseSqlData
{
public static Task<GetManagedMySqlDatabaseSqlDataResult> InvokeAsync(GetManagedMySqlDatabaseSqlDataArgs args, InvokeOptions? opts = null)
public static Output<GetManagedMySqlDatabaseSqlDataResult> Invoke(GetManagedMySqlDatabaseSqlDataInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetManagedMySqlDatabaseSqlDataResult> getManagedMySqlDatabaseSqlData(GetManagedMySqlDatabaseSqlDataArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DatabaseManagement/getManagedMySqlDatabaseSqlData:getManagedMySqlDatabaseSqlData
arguments:
# arguments dictionary
The following arguments are supported:
- End
Time string - The end time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
- Managed
My stringSql Database Id - The OCID of the Managed MySQL Database.
- Start
Time string - The start time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
- Filter
Column string - The parameter to filter results by key criteria which include :
- AVG_TIMER_WAIT
- SUM_TIMER_WAIT
- COUNT_STAR
- SUM_ERRORS
- SUM_ROWS_AFFECTED
- SUM_ROWS_SENT
- SUM_ROWS_EXAMINED
- SUM_CREATED_TMP_TABLES
- SUM_NO_INDEX_USED
- SUM_NO_GOOD_INDEX_USED
- FIRST_SEEN
- LAST_SEEN
- HEATWAVE_OFFLOADED
- HEATWAVE_OUT_OF_MEMORY
- Filters
List<Get
Managed My Sql Database Sql Data Filter>
- End
Time string - The end time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
- Managed
My stringSql Database Id - The OCID of the Managed MySQL Database.
- Start
Time string - The start time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
- Filter
Column string - The parameter to filter results by key criteria which include :
- AVG_TIMER_WAIT
- SUM_TIMER_WAIT
- COUNT_STAR
- SUM_ERRORS
- SUM_ROWS_AFFECTED
- SUM_ROWS_SENT
- SUM_ROWS_EXAMINED
- SUM_CREATED_TMP_TABLES
- SUM_NO_INDEX_USED
- SUM_NO_GOOD_INDEX_USED
- FIRST_SEEN
- LAST_SEEN
- HEATWAVE_OFFLOADED
- HEATWAVE_OUT_OF_MEMORY
- Filters
[]Get
Managed My Sql Database Sql Data Filter
- end
Time String - The end time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
- managed
My StringSql Database Id - The OCID of the Managed MySQL Database.
- start
Time String - The start time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
- filter
Column String - The parameter to filter results by key criteria which include :
- AVG_TIMER_WAIT
- SUM_TIMER_WAIT
- COUNT_STAR
- SUM_ERRORS
- SUM_ROWS_AFFECTED
- SUM_ROWS_SENT
- SUM_ROWS_EXAMINED
- SUM_CREATED_TMP_TABLES
- SUM_NO_INDEX_USED
- SUM_NO_GOOD_INDEX_USED
- FIRST_SEEN
- LAST_SEEN
- HEATWAVE_OFFLOADED
- HEATWAVE_OUT_OF_MEMORY
- filters
List<Get
Managed My Sql Database Sql Data Filter>
- end
Time string - The end time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
- managed
My stringSql Database Id - The OCID of the Managed MySQL Database.
- start
Time string - The start time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
- filter
Column string - The parameter to filter results by key criteria which include :
- AVG_TIMER_WAIT
- SUM_TIMER_WAIT
- COUNT_STAR
- SUM_ERRORS
- SUM_ROWS_AFFECTED
- SUM_ROWS_SENT
- SUM_ROWS_EXAMINED
- SUM_CREATED_TMP_TABLES
- SUM_NO_INDEX_USED
- SUM_NO_GOOD_INDEX_USED
- FIRST_SEEN
- LAST_SEEN
- HEATWAVE_OFFLOADED
- HEATWAVE_OUT_OF_MEMORY
- filters
Get
Managed My Sql Database Sql Data Filter[]
- end_
time str - The end time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
- managed_
my_ strsql_ database_ id - The OCID of the Managed MySQL Database.
- start_
time str - The start time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
- filter_
column str - The parameter to filter results by key criteria which include :
- AVG_TIMER_WAIT
- SUM_TIMER_WAIT
- COUNT_STAR
- SUM_ERRORS
- SUM_ROWS_AFFECTED
- SUM_ROWS_SENT
- SUM_ROWS_EXAMINED
- SUM_CREATED_TMP_TABLES
- SUM_NO_INDEX_USED
- SUM_NO_GOOD_INDEX_USED
- FIRST_SEEN
- LAST_SEEN
- HEATWAVE_OFFLOADED
- HEATWAVE_OUT_OF_MEMORY
- filters
Sequence[databasemanagement.
Get Managed My Sql Database Sql Data Filter]
- end
Time String - The end time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
- managed
My StringSql Database Id - The OCID of the Managed MySQL Database.
- start
Time String - The start time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
- filter
Column String - The parameter to filter results by key criteria which include :
- AVG_TIMER_WAIT
- SUM_TIMER_WAIT
- COUNT_STAR
- SUM_ERRORS
- SUM_ROWS_AFFECTED
- SUM_ROWS_SENT
- SUM_ROWS_EXAMINED
- SUM_CREATED_TMP_TABLES
- SUM_NO_INDEX_USED
- SUM_NO_GOOD_INDEX_USED
- FIRST_SEEN
- LAST_SEEN
- HEATWAVE_OFFLOADED
- HEATWAVE_OUT_OF_MEMORY
- filters List<Property Map>
getManagedMySqlDatabaseSqlData Result
The following output properties are available:
- End
Time string - Id string
- The provider-assigned unique ID for this managed resource.
- Managed
My stringSql Database Id - My
Sql List<GetData Collections Managed My Sql Database Sql Data My Sql Data Collection> - The list of my_sql_data_collection.
- Start
Time string - Filter
Column string - Filters
List<Get
Managed My Sql Database Sql Data Filter>
- End
Time string - Id string
- The provider-assigned unique ID for this managed resource.
- Managed
My stringSql Database Id - My
Sql []GetData Collections Managed My Sql Database Sql Data My Sql Data Collection - The list of my_sql_data_collection.
- Start
Time string - Filter
Column string - Filters
[]Get
Managed My Sql Database Sql Data Filter
- end
Time String - id String
- The provider-assigned unique ID for this managed resource.
- managed
My StringSql Database Id - my
Sql List<GetData Collections Managed My Sql Database Sql Data My Sql Data Collection> - The list of my_sql_data_collection.
- start
Time String - filter
Column String - filters
List<Get
Managed My Sql Database Sql Data Filter>
- end
Time string - id string
- The provider-assigned unique ID for this managed resource.
- managed
My stringSql Database Id - my
Sql GetData Collections Managed My Sql Database Sql Data My Sql Data Collection[] - The list of my_sql_data_collection.
- start
Time string - filter
Column string - filters
Get
Managed My Sql Database Sql Data Filter[]
- end_
time str - id str
- The provider-assigned unique ID for this managed resource.
- managed_
my_ strsql_ database_ id - my_
sql_ Sequence[databasemanagement.data_ collections Get Managed My Sql Database Sql Data My Sql Data Collection] - The list of my_sql_data_collection.
- start_
time str - filter_
column str - filters
Sequence[databasemanagement.
Get Managed My Sql Database Sql Data Filter]
- end
Time String - id String
- The provider-assigned unique ID for this managed resource.
- managed
My StringSql Database Id - my
Sql List<Property Map>Data Collections - The list of my_sql_data_collection.
- start
Time String - filter
Column String - filters List<Property Map>
Supporting Types
GetManagedMySqlDatabaseSqlDataFilter
GetManagedMySqlDatabaseSqlDataMySqlDataCollection
- Items
List<Get
Managed My Sql Database Sql Data My Sql Data Collection Item> - The list of SQLDataSummary records.
- Items
[]Get
Managed My Sql Database Sql Data My Sql Data Collection Item - The list of SQLDataSummary records.
- items
List<Get
Managed My Sql Database Sql Data My Sql Data Collection Item> - The list of SQLDataSummary records.
- items
Get
Managed My Sql Database Sql Data My Sql Data Collection Item[] - The list of SQLDataSummary records.
- items
Sequence[databasemanagement.
Get Managed My Sql Database Sql Data My Sql Data Collection Item] - The list of SQLDataSummary records.
- items List<Property Map>
- The list of SQLDataSummary records.
GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItem
- Avg
Timer doubleWait - The average execution time.
- Count
Star double - The number Of times the query has been executed.
- Digest string
- The digest information of the normalized query.
- Digest
Text string - The normalized query.
- First
Seen string - The date and time the query was first seen. If the table is truncated, the first seen value is reset.
- Heat
Wave doubleOffloaded - The number of query executions offloaded to HeatWave.
- Heat
Wave doubleOut Of Memory - The number of query executions with HeatWave out-of-memory errors.
- Last
Seen string - The date and time the query was last seen.
- Max
Timer doubleWait - The slowest the query has been executed.
- Min
Timer doubleWait - The fastest the query has been executed.
- Quantile95 double
- The 95th percentile of the query latency. That is, 95% of the queries complete in the time given or in less time.
- Quantile99 double
- The 99th percentile of the query latency.
- Quantile999 double
- The 99.9th percentile of the query latency.
- Schema
Name string - The name of the default schema when executing the query. If a schema is not set as the default, then the value is NULL.
- Sum
Created doubleTemp Disk Tables - The total number of On-Disk internal temporary tables that have been created by the query.
- Sum
Created doubleTemp Tables - The total number of internal temporary tables (in memory or on disk), which have been created by the query.
- Sum
Errors double - The total number of errors that have been encountered executing the query.
- Sum
Lock doubleTime - The total amount of time that has been spent waiting for table locks.
- Sum
No doubleGood Index Used - The total number of times no good index was used. This means that the extra column in The EXPLAIN output includes “Range Checked For Each Record.”
- Sum
No doubleIndex Used - The total number of times no index was used to execute the query.
- Sum
Rows doubleAffected - The total number of rows that have been modified by the query.
- Sum
Rows doubleExamined - The total number of rows that have been examined by the query.
- Sum
Rows doubleSent - The total number of rows that have been returned (sent) to the client.
- Sum
Select doubleFull Join - The total number of joins that have performed full table scans as there was no join condition or no index for the join condition. This is the same as the select_full_join status variable.
- Sum
Select doubleFull Range Join - The total number of joins that use a full range search. This is the same as the select_full_range_join status variable.
- Sum
Select doubleRange - The total number of times the query has used a range search. This is the same as the select_range status variable.
- Sum
Select doubleRange Check - The total number of joins by the query where the join does not have an index that checks for the index usage after each row. This is the same as the select_range_check status variable.
- Sum
Select doubleScan - The total number of times the query has performed a full table scan on the first table in the join. This is the same as the select_scan status variable.
- Sum
Sort doubleMerge Passes - The total number of sort merge passes that have been done to sort the result of the query. This is the same as the sort_merge_passes status variable.
- Sum
Sort doubleRange - The total number of times a sort was done using ranges. This is the same as the sort_range status variable.
- Sum
Sort doubleRows - The total number of rows sorted. This is the same as the sort_rowsStatus variable.
- Sum
Sort doubleScan - The total number of times a sort was done by scanning the table. This is the same as the sort_scan status variable.
- Sum
Timer doubleWait - The total amount of time that has been spent executing the query.
- Sum
Warnings double - The total number of warnings that have been encountered executing the query.
- Avg
Timer float64Wait - The average execution time.
- Count
Star float64 - The number Of times the query has been executed.
- Digest string
- The digest information of the normalized query.
- Digest
Text string - The normalized query.
- First
Seen string - The date and time the query was first seen. If the table is truncated, the first seen value is reset.
- Heat
Wave float64Offloaded - The number of query executions offloaded to HeatWave.
- Heat
Wave float64Out Of Memory - The number of query executions with HeatWave out-of-memory errors.
- Last
Seen string - The date and time the query was last seen.
- Max
Timer float64Wait - The slowest the query has been executed.
- Min
Timer float64Wait - The fastest the query has been executed.
- Quantile95 float64
- The 95th percentile of the query latency. That is, 95% of the queries complete in the time given or in less time.
- Quantile99 float64
- The 99th percentile of the query latency.
- Quantile999 float64
- The 99.9th percentile of the query latency.
- Schema
Name string - The name of the default schema when executing the query. If a schema is not set as the default, then the value is NULL.
- Sum
Created float64Temp Disk Tables - The total number of On-Disk internal temporary tables that have been created by the query.
- Sum
Created float64Temp Tables - The total number of internal temporary tables (in memory or on disk), which have been created by the query.
- Sum
Errors float64 - The total number of errors that have been encountered executing the query.
- Sum
Lock float64Time - The total amount of time that has been spent waiting for table locks.
- Sum
No float64Good Index Used - The total number of times no good index was used. This means that the extra column in The EXPLAIN output includes “Range Checked For Each Record.”
- Sum
No float64Index Used - The total number of times no index was used to execute the query.
- Sum
Rows float64Affected - The total number of rows that have been modified by the query.
- Sum
Rows float64Examined - The total number of rows that have been examined by the query.
- Sum
Rows float64Sent - The total number of rows that have been returned (sent) to the client.
- Sum
Select float64Full Join - The total number of joins that have performed full table scans as there was no join condition or no index for the join condition. This is the same as the select_full_join status variable.
- Sum
Select float64Full Range Join - The total number of joins that use a full range search. This is the same as the select_full_range_join status variable.
- Sum
Select float64Range - The total number of times the query has used a range search. This is the same as the select_range status variable.
- Sum
Select float64Range Check - The total number of joins by the query where the join does not have an index that checks for the index usage after each row. This is the same as the select_range_check status variable.
- Sum
Select float64Scan - The total number of times the query has performed a full table scan on the first table in the join. This is the same as the select_scan status variable.
- Sum
Sort float64Merge Passes - The total number of sort merge passes that have been done to sort the result of the query. This is the same as the sort_merge_passes status variable.
- Sum
Sort float64Range - The total number of times a sort was done using ranges. This is the same as the sort_range status variable.
- Sum
Sort float64Rows - The total number of rows sorted. This is the same as the sort_rowsStatus variable.
- Sum
Sort float64Scan - The total number of times a sort was done by scanning the table. This is the same as the sort_scan status variable.
- Sum
Timer float64Wait - The total amount of time that has been spent executing the query.
- Sum
Warnings float64 - The total number of warnings that have been encountered executing the query.
- avg
Timer DoubleWait - The average execution time.
- count
Star Double - The number Of times the query has been executed.
- digest String
- The digest information of the normalized query.
- digest
Text String - The normalized query.
- first
Seen String - The date and time the query was first seen. If the table is truncated, the first seen value is reset.
- heat
Wave DoubleOffloaded - The number of query executions offloaded to HeatWave.
- heat
Wave DoubleOut Of Memory - The number of query executions with HeatWave out-of-memory errors.
- last
Seen String - The date and time the query was last seen.
- max
Timer DoubleWait - The slowest the query has been executed.
- min
Timer DoubleWait - The fastest the query has been executed.
- quantile95 Double
- The 95th percentile of the query latency. That is, 95% of the queries complete in the time given or in less time.
- quantile99 Double
- The 99th percentile of the query latency.
- quantile999 Double
- The 99.9th percentile of the query latency.
- schema
Name String - The name of the default schema when executing the query. If a schema is not set as the default, then the value is NULL.
- sum
Created DoubleTemp Disk Tables - The total number of On-Disk internal temporary tables that have been created by the query.
- sum
Created DoubleTemp Tables - The total number of internal temporary tables (in memory or on disk), which have been created by the query.
- sum
Errors Double - The total number of errors that have been encountered executing the query.
- sum
Lock DoubleTime - The total amount of time that has been spent waiting for table locks.
- sum
No DoubleGood Index Used - The total number of times no good index was used. This means that the extra column in The EXPLAIN output includes “Range Checked For Each Record.”
- sum
No DoubleIndex Used - The total number of times no index was used to execute the query.
- sum
Rows DoubleAffected - The total number of rows that have been modified by the query.
- sum
Rows DoubleExamined - The total number of rows that have been examined by the query.
- sum
Rows DoubleSent - The total number of rows that have been returned (sent) to the client.
- sum
Select DoubleFull Join - The total number of joins that have performed full table scans as there was no join condition or no index for the join condition. This is the same as the select_full_join status variable.
- sum
Select DoubleFull Range Join - The total number of joins that use a full range search. This is the same as the select_full_range_join status variable.
- sum
Select DoubleRange - The total number of times the query has used a range search. This is the same as the select_range status variable.
- sum
Select DoubleRange Check - The total number of joins by the query where the join does not have an index that checks for the index usage after each row. This is the same as the select_range_check status variable.
- sum
Select DoubleScan - The total number of times the query has performed a full table scan on the first table in the join. This is the same as the select_scan status variable.
- sum
Sort DoubleMerge Passes - The total number of sort merge passes that have been done to sort the result of the query. This is the same as the sort_merge_passes status variable.
- sum
Sort DoubleRange - The total number of times a sort was done using ranges. This is the same as the sort_range status variable.
- sum
Sort DoubleRows - The total number of rows sorted. This is the same as the sort_rowsStatus variable.
- sum
Sort DoubleScan - The total number of times a sort was done by scanning the table. This is the same as the sort_scan status variable.
- sum
Timer DoubleWait - The total amount of time that has been spent executing the query.
- sum
Warnings Double - The total number of warnings that have been encountered executing the query.
- avg
Timer numberWait - The average execution time.
- count
Star number - The number Of times the query has been executed.
- digest string
- The digest information of the normalized query.
- digest
Text string - The normalized query.
- first
Seen string - The date and time the query was first seen. If the table is truncated, the first seen value is reset.
- heat
Wave numberOffloaded - The number of query executions offloaded to HeatWave.
- heat
Wave numberOut Of Memory - The number of query executions with HeatWave out-of-memory errors.
- last
Seen string - The date and time the query was last seen.
- max
Timer numberWait - The slowest the query has been executed.
- min
Timer numberWait - The fastest the query has been executed.
- quantile95 number
- The 95th percentile of the query latency. That is, 95% of the queries complete in the time given or in less time.
- quantile99 number
- The 99th percentile of the query latency.
- quantile999 number
- The 99.9th percentile of the query latency.
- schema
Name string - The name of the default schema when executing the query. If a schema is not set as the default, then the value is NULL.
- sum
Created numberTemp Disk Tables - The total number of On-Disk internal temporary tables that have been created by the query.
- sum
Created numberTemp Tables - The total number of internal temporary tables (in memory or on disk), which have been created by the query.
- sum
Errors number - The total number of errors that have been encountered executing the query.
- sum
Lock numberTime - The total amount of time that has been spent waiting for table locks.
- sum
No numberGood Index Used - The total number of times no good index was used. This means that the extra column in The EXPLAIN output includes “Range Checked For Each Record.”
- sum
No numberIndex Used - The total number of times no index was used to execute the query.
- sum
Rows numberAffected - The total number of rows that have been modified by the query.
- sum
Rows numberExamined - The total number of rows that have been examined by the query.
- sum
Rows numberSent - The total number of rows that have been returned (sent) to the client.
- sum
Select numberFull Join - The total number of joins that have performed full table scans as there was no join condition or no index for the join condition. This is the same as the select_full_join status variable.
- sum
Select numberFull Range Join - The total number of joins that use a full range search. This is the same as the select_full_range_join status variable.
- sum
Select numberRange - The total number of times the query has used a range search. This is the same as the select_range status variable.
- sum
Select numberRange Check - The total number of joins by the query where the join does not have an index that checks for the index usage after each row. This is the same as the select_range_check status variable.
- sum
Select numberScan - The total number of times the query has performed a full table scan on the first table in the join. This is the same as the select_scan status variable.
- sum
Sort numberMerge Passes - The total number of sort merge passes that have been done to sort the result of the query. This is the same as the sort_merge_passes status variable.
- sum
Sort numberRange - The total number of times a sort was done using ranges. This is the same as the sort_range status variable.
- sum
Sort numberRows - The total number of rows sorted. This is the same as the sort_rowsStatus variable.
- sum
Sort numberScan - The total number of times a sort was done by scanning the table. This is the same as the sort_scan status variable.
- sum
Timer numberWait - The total amount of time that has been spent executing the query.
- sum
Warnings number - The total number of warnings that have been encountered executing the query.
- avg_
timer_ floatwait - The average execution time.
- count_
star float - The number Of times the query has been executed.
- digest str
- The digest information of the normalized query.
- digest_
text str - The normalized query.
- first_
seen str - The date and time the query was first seen. If the table is truncated, the first seen value is reset.
- heat_
wave_ floatoffloaded - The number of query executions offloaded to HeatWave.
- heat_
wave_ floatout_ of_ memory - The number of query executions with HeatWave out-of-memory errors.
- last_
seen str - The date and time the query was last seen.
- max_
timer_ floatwait - The slowest the query has been executed.
- min_
timer_ floatwait - The fastest the query has been executed.
- quantile95 float
- The 95th percentile of the query latency. That is, 95% of the queries complete in the time given or in less time.
- quantile99 float
- The 99th percentile of the query latency.
- quantile999 float
- The 99.9th percentile of the query latency.
- schema_
name str - The name of the default schema when executing the query. If a schema is not set as the default, then the value is NULL.
- sum_
created_ floattemp_ disk_ tables - The total number of On-Disk internal temporary tables that have been created by the query.
- sum_
created_ floattemp_ tables - The total number of internal temporary tables (in memory or on disk), which have been created by the query.
- sum_
errors float - The total number of errors that have been encountered executing the query.
- sum_
lock_ floattime - The total amount of time that has been spent waiting for table locks.
- sum_
no_ floatgood_ index_ used - The total number of times no good index was used. This means that the extra column in The EXPLAIN output includes “Range Checked For Each Record.”
- sum_
no_ floatindex_ used - The total number of times no index was used to execute the query.
- sum_
rows_ floataffected - The total number of rows that have been modified by the query.
- sum_
rows_ floatexamined - The total number of rows that have been examined by the query.
- sum_
rows_ floatsent - The total number of rows that have been returned (sent) to the client.
- sum_
select_ floatfull_ join - The total number of joins that have performed full table scans as there was no join condition or no index for the join condition. This is the same as the select_full_join status variable.
- sum_
select_ floatfull_ range_ join - The total number of joins that use a full range search. This is the same as the select_full_range_join status variable.
- sum_
select_ floatrange - The total number of times the query has used a range search. This is the same as the select_range status variable.
- sum_
select_ floatrange_ check - The total number of joins by the query where the join does not have an index that checks for the index usage after each row. This is the same as the select_range_check status variable.
- sum_
select_ floatscan - The total number of times the query has performed a full table scan on the first table in the join. This is the same as the select_scan status variable.
- sum_
sort_ floatmerge_ passes - The total number of sort merge passes that have been done to sort the result of the query. This is the same as the sort_merge_passes status variable.
- sum_
sort_ floatrange - The total number of times a sort was done using ranges. This is the same as the sort_range status variable.
- sum_
sort_ floatrows - The total number of rows sorted. This is the same as the sort_rowsStatus variable.
- sum_
sort_ floatscan - The total number of times a sort was done by scanning the table. This is the same as the sort_scan status variable.
- sum_
timer_ floatwait - The total amount of time that has been spent executing the query.
- sum_
warnings float - The total number of warnings that have been encountered executing the query.
- avg
Timer NumberWait - The average execution time.
- count
Star Number - The number Of times the query has been executed.
- digest String
- The digest information of the normalized query.
- digest
Text String - The normalized query.
- first
Seen String - The date and time the query was first seen. If the table is truncated, the first seen value is reset.
- heat
Wave NumberOffloaded - The number of query executions offloaded to HeatWave.
- heat
Wave NumberOut Of Memory - The number of query executions with HeatWave out-of-memory errors.
- last
Seen String - The date and time the query was last seen.
- max
Timer NumberWait - The slowest the query has been executed.
- min
Timer NumberWait - The fastest the query has been executed.
- quantile95 Number
- The 95th percentile of the query latency. That is, 95% of the queries complete in the time given or in less time.
- quantile99 Number
- The 99th percentile of the query latency.
- quantile999 Number
- The 99.9th percentile of the query latency.
- schema
Name String - The name of the default schema when executing the query. If a schema is not set as the default, then the value is NULL.
- sum
Created NumberTemp Disk Tables - The total number of On-Disk internal temporary tables that have been created by the query.
- sum
Created NumberTemp Tables - The total number of internal temporary tables (in memory or on disk), which have been created by the query.
- sum
Errors Number - The total number of errors that have been encountered executing the query.
- sum
Lock NumberTime - The total amount of time that has been spent waiting for table locks.
- sum
No NumberGood Index Used - The total number of times no good index was used. This means that the extra column in The EXPLAIN output includes “Range Checked For Each Record.”
- sum
No NumberIndex Used - The total number of times no index was used to execute the query.
- sum
Rows NumberAffected - The total number of rows that have been modified by the query.
- sum
Rows NumberExamined - The total number of rows that have been examined by the query.
- sum
Rows NumberSent - The total number of rows that have been returned (sent) to the client.
- sum
Select NumberFull Join - The total number of joins that have performed full table scans as there was no join condition or no index for the join condition. This is the same as the select_full_join status variable.
- sum
Select NumberFull Range Join - The total number of joins that use a full range search. This is the same as the select_full_range_join status variable.
- sum
Select NumberRange - The total number of times the query has used a range search. This is the same as the select_range status variable.
- sum
Select NumberRange Check - The total number of joins by the query where the join does not have an index that checks for the index usage after each row. This is the same as the select_range_check status variable.
- sum
Select NumberScan - The total number of times the query has performed a full table scan on the first table in the join. This is the same as the select_scan status variable.
- sum
Sort NumberMerge Passes - The total number of sort merge passes that have been done to sort the result of the query. This is the same as the sort_merge_passes status variable.
- sum
Sort NumberRange - The total number of times a sort was done using ranges. This is the same as the sort_range status variable.
- sum
Sort NumberRows - The total number of rows sorted. This is the same as the sort_rowsStatus variable.
- sum
Sort NumberScan - The total number of times a sort was done by scanning the table. This is the same as the sort_scan status variable.
- sum
Timer NumberWait - The total amount of time that has been spent executing the query.
- sum
Warnings Number - The total number of warnings that have been encountered executing the query.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi