Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SqlTuningAdvisorTaskSummaryFindingBenefits

The benefits of the findings in the SQL Tuning Advisor summary report.

Properties

dbTimeAfterImplemented

dbTimeAfterImplemented: number

The actual database time of the SQL statements for which SQL Tuning Advisor recommendations are implemented. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

dbTimeAfterRecommended

dbTimeAfterRecommended: number

The estimated database time of the above SQL statements, if SQL Tuning Advisor recommendations are implemented. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

dbTimeBeforeImplemented

dbTimeBeforeImplemented: number

The actual database time of the above SQL statements, before SQL Tuning Advisor recommendations are implemented. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

dbTimeBeforeRecommended

dbTimeBeforeRecommended: number

The actual database time of the SQL statements for which SQL Tuning Advisor recommendations are not implemented. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj