├── LICENSE ├── README.CN.md ├── README.md ├── articles ├── AnInterfaceDidNotTimeOut.md ├── AnSqlLineUsesOrderBy.md ├── CopeWithTheSpringFestivalTrafficPeak.md ├── DatabaseIndexRecommendedLargePk.md ├── DbdoctorIntroducesAgentlessLightweightManagementSolution.md ├── DbdoctorQuicklyManageGbase.md ├── DbdoctorQuicklyManagesOceanbase.md ├── DbdoctorQuicklyManagesPolardb-x.md ├── DbdoctorQuicklyManagesSqlServer.md ├── DoYouReallyKnowAnythingAboutDatabaseIndexing.md ├── DockerhubCannotBeAccessed.md ├── EBPF01.md ├── EBPF02.md ├── EBPF03.md ├── EBPF05.md ├── EBPF06.md ├── EnglishVersion │ ├── AnInterfaceDidNotTimeOut.md │ ├── AnSqlLineUsesOrderBy.md │ ├── CopeWithTheSpringFestivalTrafficPeak.md │ ├── DatabaseIndexRecommendedLargePk.md │ ├── DbdoctorIntroducesAgentlessLightweightManagementSolution.md │ ├── DbdoctorQuicklyManageGbase.md │ ├── DbdoctorQuicklyManagesOceanbase.md │ ├── DbdoctorQuicklyManagesPolardb-x.md │ ├── DbdoctorQuicklyManagesSqlServer.md │ ├── DoYouReallyKnowAnythingAboutDatabaseIndexing.md │ ├── DockerhubCannotBeAccessed.md │ ├── EBPF01.md │ ├── EBPF02.md │ ├── EBPF03.md │ ├── EBPF05.md │ ├── EBPF06.md │ ├── HowDoIUseDbdoctorForIndexRecommendations.md │ ├── HowDoesDbdoctorManagePublicCloudRds.md │ ├── MySQLUsingTemporary.md │ ├── MysqlCanLoseDataByAddingAnIndex.md │ ├── OutOfMemory.md │ ├── StillRunningYourJavaCodeWithTheJvm.md │ ├── TheChainedElephant.md │ ├── TheMostPowerfulSqlAuditToolEver.md │ ├── UseEbpfToTrackMysql.md │ └── dbdoctor-introduce.md ├── HowDoIUseDbdoctorForIndexRecommendations.md ├── HowDoesDbdoctorManagePublicCloudRds.md ├── MySQLUsingTemporary.md ├── MysqlCanLoseDataByAddingAnIndex.md ├── OutOfMemory.md ├── StillRunningYourJavaCodeWithTheJvm.md ├── TheChainedElephant.md ├── TheMostPowerfulSqlAuditToolEver.md ├── UseEbpfToTrackMysql.md └── dbdoctor-introduce.md └── images ├── CopeWithTheSpringFestivalTrafficPeak ├── AdvanceOptimization.png ├── DBA.png ├── Dashbord.png ├── DataCollector.png ├── IndexOptimization.png ├── InspectionReport.png ├── NumberOfPerformanceProblems.png ├── OptimalIndexRecommendation.png ├── OptimalRepairRecommendations.png ├── TheHoldLockInformationIsMissing.png └── ioJitterIsFull.png ├── DbdoctorQuicklyManagesOceanbase ├── Install.png ├── InstanceManagement.png ├── ManagementArchitecture.png └── NodePerformance.png ├── DbdoctorQuicklyManagesPolardb-x ├── AnalysisResult.png ├── ArchitectureDiagram.png ├── DataAcquisition.png ├── InputInstance.png ├── Nanotube.png ├── PerformanceAnalysis.png ├── PerformanceInsight.png ├── PolarDB.png ├── rpm.png └── zip.png ├── EBPF01 ├── EbpfProgram.png ├── MysqlCommand.png ├── ObservedResult.png ├── bcc.png └── uprobe.png ├── TheMostPowerfulSqlAuditToolEver ├── AuditInspiration.png ├── CostOptimizerSourceCodeInterpretation.png ├── HowIsGlobalOptimizationImplemented.png ├── OptimizerPrinciple.png ├── PerformanceProblem.png └── ScriptTemplate.png ├── dbdoctor-introduce ├── ApplicationScenario.png ├── AutomaticallyAnalyzeAndDeriveRootCauseSql.png ├── AutomaticallyFindsLockProblemsAndLocatesTheRootCause.png ├── DeadlockVisualAnalysis.png ├── FindTheExceptionIntervalAutomatically.png ├── GiveOptimizationSuggestions.png ├── Index-data.png ├── LockWaitingForVisualAnalysis.png ├── PerformanceMarket.png ├── ProactivelyIdentifyPotentialProblems.png ├── RootCauseDiagnosisReport.png ├── UseQuantifiableMathematicalModelsForAnalysis.png ├── ViewTheSpecifiedSqlCpuConsumptionAndCorrelation.png ├── challenge-of-performance-issues.png ├── database-ct.png ├── dbdoctor-architecture.png ├── dbdoctor-logo.png ├── dbdoctor-origin.png ├── innovative-product.png ├── pinpoint-problem-SQL.png └── root-cause-of-the-challenge.png └── logo.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.CN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/README.CN.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/README.md -------------------------------------------------------------------------------- /articles/AnInterfaceDidNotTimeOut.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/AnInterfaceDidNotTimeOut.md -------------------------------------------------------------------------------- /articles/AnSqlLineUsesOrderBy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/AnSqlLineUsesOrderBy.md -------------------------------------------------------------------------------- /articles/CopeWithTheSpringFestivalTrafficPeak.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/CopeWithTheSpringFestivalTrafficPeak.md -------------------------------------------------------------------------------- /articles/DatabaseIndexRecommendedLargePk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/DatabaseIndexRecommendedLargePk.md -------------------------------------------------------------------------------- /articles/DbdoctorIntroducesAgentlessLightweightManagementSolution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/DbdoctorIntroducesAgentlessLightweightManagementSolution.md -------------------------------------------------------------------------------- /articles/DbdoctorQuicklyManageGbase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/DbdoctorQuicklyManageGbase.md -------------------------------------------------------------------------------- /articles/DbdoctorQuicklyManagesOceanbase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/DbdoctorQuicklyManagesOceanbase.md -------------------------------------------------------------------------------- /articles/DbdoctorQuicklyManagesPolardb-x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/DbdoctorQuicklyManagesPolardb-x.md -------------------------------------------------------------------------------- /articles/DbdoctorQuicklyManagesSqlServer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/DbdoctorQuicklyManagesSqlServer.md -------------------------------------------------------------------------------- /articles/DoYouReallyKnowAnythingAboutDatabaseIndexing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/DoYouReallyKnowAnythingAboutDatabaseIndexing.md -------------------------------------------------------------------------------- /articles/DockerhubCannotBeAccessed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/DockerhubCannotBeAccessed.md -------------------------------------------------------------------------------- /articles/EBPF01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EBPF01.md -------------------------------------------------------------------------------- /articles/EBPF02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EBPF02.md -------------------------------------------------------------------------------- /articles/EBPF03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EBPF03.md -------------------------------------------------------------------------------- /articles/EBPF05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EBPF05.md -------------------------------------------------------------------------------- /articles/EBPF06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EBPF06.md -------------------------------------------------------------------------------- /articles/EnglishVersion/AnInterfaceDidNotTimeOut.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/AnInterfaceDidNotTimeOut.md -------------------------------------------------------------------------------- /articles/EnglishVersion/AnSqlLineUsesOrderBy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/AnSqlLineUsesOrderBy.md -------------------------------------------------------------------------------- /articles/EnglishVersion/CopeWithTheSpringFestivalTrafficPeak.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/CopeWithTheSpringFestivalTrafficPeak.md -------------------------------------------------------------------------------- /articles/EnglishVersion/DatabaseIndexRecommendedLargePk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/DatabaseIndexRecommendedLargePk.md -------------------------------------------------------------------------------- /articles/EnglishVersion/DbdoctorIntroducesAgentlessLightweightManagementSolution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/DbdoctorIntroducesAgentlessLightweightManagementSolution.md -------------------------------------------------------------------------------- /articles/EnglishVersion/DbdoctorQuicklyManageGbase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/DbdoctorQuicklyManageGbase.md -------------------------------------------------------------------------------- /articles/EnglishVersion/DbdoctorQuicklyManagesOceanbase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/DbdoctorQuicklyManagesOceanbase.md -------------------------------------------------------------------------------- /articles/EnglishVersion/DbdoctorQuicklyManagesPolardb-x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/DbdoctorQuicklyManagesPolardb-x.md -------------------------------------------------------------------------------- /articles/EnglishVersion/DbdoctorQuicklyManagesSqlServer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/DbdoctorQuicklyManagesSqlServer.md -------------------------------------------------------------------------------- /articles/EnglishVersion/DoYouReallyKnowAnythingAboutDatabaseIndexing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/DoYouReallyKnowAnythingAboutDatabaseIndexing.md -------------------------------------------------------------------------------- /articles/EnglishVersion/DockerhubCannotBeAccessed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/DockerhubCannotBeAccessed.md -------------------------------------------------------------------------------- /articles/EnglishVersion/EBPF01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/EBPF01.md -------------------------------------------------------------------------------- /articles/EnglishVersion/EBPF02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/EBPF02.md -------------------------------------------------------------------------------- /articles/EnglishVersion/EBPF03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/EBPF03.md -------------------------------------------------------------------------------- /articles/EnglishVersion/EBPF05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/EBPF05.md -------------------------------------------------------------------------------- /articles/EnglishVersion/EBPF06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/EBPF06.md -------------------------------------------------------------------------------- /articles/EnglishVersion/HowDoIUseDbdoctorForIndexRecommendations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/HowDoIUseDbdoctorForIndexRecommendations.md -------------------------------------------------------------------------------- /articles/EnglishVersion/HowDoesDbdoctorManagePublicCloudRds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/HowDoesDbdoctorManagePublicCloudRds.md -------------------------------------------------------------------------------- /articles/EnglishVersion/MySQLUsingTemporary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/MySQLUsingTemporary.md -------------------------------------------------------------------------------- /articles/EnglishVersion/MysqlCanLoseDataByAddingAnIndex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/MysqlCanLoseDataByAddingAnIndex.md -------------------------------------------------------------------------------- /articles/EnglishVersion/OutOfMemory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/OutOfMemory.md -------------------------------------------------------------------------------- /articles/EnglishVersion/StillRunningYourJavaCodeWithTheJvm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/StillRunningYourJavaCodeWithTheJvm.md -------------------------------------------------------------------------------- /articles/EnglishVersion/TheChainedElephant.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/TheChainedElephant.md -------------------------------------------------------------------------------- /articles/EnglishVersion/TheMostPowerfulSqlAuditToolEver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/TheMostPowerfulSqlAuditToolEver.md -------------------------------------------------------------------------------- /articles/EnglishVersion/UseEbpfToTrackMysql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/UseEbpfToTrackMysql.md -------------------------------------------------------------------------------- /articles/EnglishVersion/dbdoctor-introduce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/EnglishVersion/dbdoctor-introduce.md -------------------------------------------------------------------------------- /articles/HowDoIUseDbdoctorForIndexRecommendations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/HowDoIUseDbdoctorForIndexRecommendations.md -------------------------------------------------------------------------------- /articles/HowDoesDbdoctorManagePublicCloudRds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/HowDoesDbdoctorManagePublicCloudRds.md -------------------------------------------------------------------------------- /articles/MySQLUsingTemporary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/MySQLUsingTemporary.md -------------------------------------------------------------------------------- /articles/MysqlCanLoseDataByAddingAnIndex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/MysqlCanLoseDataByAddingAnIndex.md -------------------------------------------------------------------------------- /articles/OutOfMemory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/OutOfMemory.md -------------------------------------------------------------------------------- /articles/StillRunningYourJavaCodeWithTheJvm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/StillRunningYourJavaCodeWithTheJvm.md -------------------------------------------------------------------------------- /articles/TheChainedElephant.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/TheChainedElephant.md -------------------------------------------------------------------------------- /articles/TheMostPowerfulSqlAuditToolEver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/TheMostPowerfulSqlAuditToolEver.md -------------------------------------------------------------------------------- /articles/UseEbpfToTrackMysql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/UseEbpfToTrackMysql.md -------------------------------------------------------------------------------- /articles/dbdoctor-introduce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/articles/dbdoctor-introduce.md -------------------------------------------------------------------------------- /images/CopeWithTheSpringFestivalTrafficPeak/AdvanceOptimization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/CopeWithTheSpringFestivalTrafficPeak/AdvanceOptimization.png -------------------------------------------------------------------------------- /images/CopeWithTheSpringFestivalTrafficPeak/DBA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/CopeWithTheSpringFestivalTrafficPeak/DBA.png -------------------------------------------------------------------------------- /images/CopeWithTheSpringFestivalTrafficPeak/Dashbord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/CopeWithTheSpringFestivalTrafficPeak/Dashbord.png -------------------------------------------------------------------------------- /images/CopeWithTheSpringFestivalTrafficPeak/DataCollector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/CopeWithTheSpringFestivalTrafficPeak/DataCollector.png -------------------------------------------------------------------------------- /images/CopeWithTheSpringFestivalTrafficPeak/IndexOptimization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/CopeWithTheSpringFestivalTrafficPeak/IndexOptimization.png -------------------------------------------------------------------------------- /images/CopeWithTheSpringFestivalTrafficPeak/InspectionReport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/CopeWithTheSpringFestivalTrafficPeak/InspectionReport.png -------------------------------------------------------------------------------- /images/CopeWithTheSpringFestivalTrafficPeak/NumberOfPerformanceProblems.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/CopeWithTheSpringFestivalTrafficPeak/NumberOfPerformanceProblems.png -------------------------------------------------------------------------------- /images/CopeWithTheSpringFestivalTrafficPeak/OptimalIndexRecommendation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/CopeWithTheSpringFestivalTrafficPeak/OptimalIndexRecommendation.png -------------------------------------------------------------------------------- /images/CopeWithTheSpringFestivalTrafficPeak/OptimalRepairRecommendations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/CopeWithTheSpringFestivalTrafficPeak/OptimalRepairRecommendations.png -------------------------------------------------------------------------------- /images/CopeWithTheSpringFestivalTrafficPeak/TheHoldLockInformationIsMissing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/CopeWithTheSpringFestivalTrafficPeak/TheHoldLockInformationIsMissing.png -------------------------------------------------------------------------------- /images/CopeWithTheSpringFestivalTrafficPeak/ioJitterIsFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/CopeWithTheSpringFestivalTrafficPeak/ioJitterIsFull.png -------------------------------------------------------------------------------- /images/DbdoctorQuicklyManagesOceanbase/Install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/DbdoctorQuicklyManagesOceanbase/Install.png -------------------------------------------------------------------------------- /images/DbdoctorQuicklyManagesOceanbase/InstanceManagement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/DbdoctorQuicklyManagesOceanbase/InstanceManagement.png -------------------------------------------------------------------------------- /images/DbdoctorQuicklyManagesOceanbase/ManagementArchitecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/DbdoctorQuicklyManagesOceanbase/ManagementArchitecture.png -------------------------------------------------------------------------------- /images/DbdoctorQuicklyManagesOceanbase/NodePerformance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/DbdoctorQuicklyManagesOceanbase/NodePerformance.png -------------------------------------------------------------------------------- /images/DbdoctorQuicklyManagesPolardb-x/AnalysisResult.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/DbdoctorQuicklyManagesPolardb-x/AnalysisResult.png -------------------------------------------------------------------------------- /images/DbdoctorQuicklyManagesPolardb-x/ArchitectureDiagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/DbdoctorQuicklyManagesPolardb-x/ArchitectureDiagram.png -------------------------------------------------------------------------------- /images/DbdoctorQuicklyManagesPolardb-x/DataAcquisition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/DbdoctorQuicklyManagesPolardb-x/DataAcquisition.png -------------------------------------------------------------------------------- /images/DbdoctorQuicklyManagesPolardb-x/InputInstance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/DbdoctorQuicklyManagesPolardb-x/InputInstance.png -------------------------------------------------------------------------------- /images/DbdoctorQuicklyManagesPolardb-x/Nanotube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/DbdoctorQuicklyManagesPolardb-x/Nanotube.png -------------------------------------------------------------------------------- /images/DbdoctorQuicklyManagesPolardb-x/PerformanceAnalysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/DbdoctorQuicklyManagesPolardb-x/PerformanceAnalysis.png -------------------------------------------------------------------------------- /images/DbdoctorQuicklyManagesPolardb-x/PerformanceInsight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/DbdoctorQuicklyManagesPolardb-x/PerformanceInsight.png -------------------------------------------------------------------------------- /images/DbdoctorQuicklyManagesPolardb-x/PolarDB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/DbdoctorQuicklyManagesPolardb-x/PolarDB.png -------------------------------------------------------------------------------- /images/DbdoctorQuicklyManagesPolardb-x/rpm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/DbdoctorQuicklyManagesPolardb-x/rpm.png -------------------------------------------------------------------------------- /images/DbdoctorQuicklyManagesPolardb-x/zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/DbdoctorQuicklyManagesPolardb-x/zip.png -------------------------------------------------------------------------------- /images/EBPF01/EbpfProgram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/EBPF01/EbpfProgram.png -------------------------------------------------------------------------------- /images/EBPF01/MysqlCommand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/EBPF01/MysqlCommand.png -------------------------------------------------------------------------------- /images/EBPF01/ObservedResult.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/EBPF01/ObservedResult.png -------------------------------------------------------------------------------- /images/EBPF01/bcc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/EBPF01/bcc.png -------------------------------------------------------------------------------- /images/EBPF01/uprobe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/EBPF01/uprobe.png -------------------------------------------------------------------------------- /images/TheMostPowerfulSqlAuditToolEver/AuditInspiration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/TheMostPowerfulSqlAuditToolEver/AuditInspiration.png -------------------------------------------------------------------------------- /images/TheMostPowerfulSqlAuditToolEver/CostOptimizerSourceCodeInterpretation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/TheMostPowerfulSqlAuditToolEver/CostOptimizerSourceCodeInterpretation.png -------------------------------------------------------------------------------- /images/TheMostPowerfulSqlAuditToolEver/HowIsGlobalOptimizationImplemented.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/TheMostPowerfulSqlAuditToolEver/HowIsGlobalOptimizationImplemented.png -------------------------------------------------------------------------------- /images/TheMostPowerfulSqlAuditToolEver/OptimizerPrinciple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/TheMostPowerfulSqlAuditToolEver/OptimizerPrinciple.png -------------------------------------------------------------------------------- /images/TheMostPowerfulSqlAuditToolEver/PerformanceProblem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/TheMostPowerfulSqlAuditToolEver/PerformanceProblem.png -------------------------------------------------------------------------------- /images/TheMostPowerfulSqlAuditToolEver/ScriptTemplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/TheMostPowerfulSqlAuditToolEver/ScriptTemplate.png -------------------------------------------------------------------------------- /images/dbdoctor-introduce/ApplicationScenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/dbdoctor-introduce/ApplicationScenario.png -------------------------------------------------------------------------------- /images/dbdoctor-introduce/AutomaticallyAnalyzeAndDeriveRootCauseSql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/dbdoctor-introduce/AutomaticallyAnalyzeAndDeriveRootCauseSql.png -------------------------------------------------------------------------------- /images/dbdoctor-introduce/AutomaticallyFindsLockProblemsAndLocatesTheRootCause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/dbdoctor-introduce/AutomaticallyFindsLockProblemsAndLocatesTheRootCause.png -------------------------------------------------------------------------------- /images/dbdoctor-introduce/DeadlockVisualAnalysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/dbdoctor-introduce/DeadlockVisualAnalysis.png -------------------------------------------------------------------------------- /images/dbdoctor-introduce/FindTheExceptionIntervalAutomatically.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/dbdoctor-introduce/FindTheExceptionIntervalAutomatically.png -------------------------------------------------------------------------------- /images/dbdoctor-introduce/GiveOptimizationSuggestions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/dbdoctor-introduce/GiveOptimizationSuggestions.png -------------------------------------------------------------------------------- /images/dbdoctor-introduce/Index-data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/dbdoctor-introduce/Index-data.png -------------------------------------------------------------------------------- /images/dbdoctor-introduce/LockWaitingForVisualAnalysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/dbdoctor-introduce/LockWaitingForVisualAnalysis.png -------------------------------------------------------------------------------- /images/dbdoctor-introduce/PerformanceMarket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/dbdoctor-introduce/PerformanceMarket.png -------------------------------------------------------------------------------- /images/dbdoctor-introduce/ProactivelyIdentifyPotentialProblems.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/dbdoctor-introduce/ProactivelyIdentifyPotentialProblems.png -------------------------------------------------------------------------------- /images/dbdoctor-introduce/RootCauseDiagnosisReport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/dbdoctor-introduce/RootCauseDiagnosisReport.png -------------------------------------------------------------------------------- /images/dbdoctor-introduce/UseQuantifiableMathematicalModelsForAnalysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/dbdoctor-introduce/UseQuantifiableMathematicalModelsForAnalysis.png -------------------------------------------------------------------------------- /images/dbdoctor-introduce/ViewTheSpecifiedSqlCpuConsumptionAndCorrelation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/dbdoctor-introduce/ViewTheSpecifiedSqlCpuConsumptionAndCorrelation.png -------------------------------------------------------------------------------- /images/dbdoctor-introduce/challenge-of-performance-issues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/dbdoctor-introduce/challenge-of-performance-issues.png -------------------------------------------------------------------------------- /images/dbdoctor-introduce/database-ct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/dbdoctor-introduce/database-ct.png -------------------------------------------------------------------------------- /images/dbdoctor-introduce/dbdoctor-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/dbdoctor-introduce/dbdoctor-architecture.png -------------------------------------------------------------------------------- /images/dbdoctor-introduce/dbdoctor-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/dbdoctor-introduce/dbdoctor-logo.png -------------------------------------------------------------------------------- /images/dbdoctor-introduce/dbdoctor-origin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/dbdoctor-introduce/dbdoctor-origin.png -------------------------------------------------------------------------------- /images/dbdoctor-introduce/innovative-product.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/dbdoctor-introduce/innovative-product.png -------------------------------------------------------------------------------- /images/dbdoctor-introduce/pinpoint-problem-SQL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/dbdoctor-introduce/pinpoint-problem-SQL.png -------------------------------------------------------------------------------- /images/dbdoctor-introduce/root-cause-of-the-challenge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/dbdoctor-introduce/root-cause-of-the-challenge.png -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DBdoctor-DAS/DBdoctor/HEAD/images/logo.png --------------------------------------------------------------------------------