Tagged articles

sql-analysis

6 articles · Page 1 of 1
Big Data Tech Team
Big Data Tech Team
Apr 20, 2026 · Artificial Intelligence

How AI is Redefining Data Workflows: 4 Game‑Changing Paradigms Explained

The article outlines four AI‑driven breakthroughs reshaping data work—AI‑for‑Data automation, generative‑AI‑enhanced governance, NoETL real‑time lake ingestion, and next‑generation SQL analysis—detailing their problems, concrete case studies, implementation steps, pitfalls, and measurable efficiency gains.

AI for DataNoETLdata-governance
0 likes · 12 min read
How AI is Redefining Data Workflows: 4 Game‑Changing Paradigms Explained
Ubiquitous Tech
Ubiquitous Tech
Oct 31, 2024 · Databases

Deep Dive into JD’s sql-analysis Slow‑SQL Component Architecture

This article provides a detailed walkthrough of JD’s open‑source sql‑analysis component, dissecting its eight functional modules, MyBatis interceptor flow, SQL extraction logic, query‑plan analysis, rule‑based scoring, and output strategies, while highlighting design patterns and potential extension points for developers.

JavaMyBatisPerformance Monitoring
0 likes · 15 min read
Deep Dive into JD’s sql-analysis Slow‑SQL Component Architecture
Ubiquitous Tech
Ubiquitous Tech
Oct 28, 2024 · Databases

Detecting and Preventing Slow SQL with JD’s Open‑Source sql‑analysis Component

This article introduces JD’s open‑source sql‑analysis component, explains its design based on a MyBatis interceptor, demonstrates how it analyzes SQL execution plans with Explain and a rule engine to warn about potential slow queries, and shows step‑by‑step usage and its advantages for early detection and rapid hot‑swap remediation.

EXPLAINMyBatisPerformance Monitoring
0 likes · 14 min read
Detecting and Preventing Slow SQL with JD’s Open‑Source sql‑analysis Component
JD Tech
JD Tech
Aug 9, 2023 · Databases

MyBatis SQL Analysis Component for Slow Query Prevention and Real‑time Alerting

This article introduces a MyBatis‑based SQL analysis component that detects and prevents slow queries before they impact production by performing real‑time EXPLAIN analysis, offering optimization suggestions, and enabling dynamic SQL replacement, while detailing its design, configuration, performance testing, and practical advantages.

MyBatisPerformanceSlow Query
0 likes · 12 min read
MyBatis SQL Analysis Component for Slow Query Prevention and Real‑time Alerting
dbaplus Community
dbaplus Community
Feb 15, 2016 · Databases

How to Diagnose and Report MySQL/Oracle Issues Within 10 Minutes

This guide walks through a rapid 10‑minute troubleshooting workflow for MySQL and Oracle databases, covering resource checks, log inspection, wait‑event analysis, SQL identification, and feedback best practices to quickly pinpoint performance problems without relying on external monitoring tools.

Database TroubleshootingMySQLOracle
0 likes · 9 min read
How to Diagnose and Report MySQL/Oracle Issues Within 10 Minutes