Alibaba Cloud Native
Alibaba Cloud Native
Jan 11, 2026 · Cloud Native

How to Bridge the Mobile Observability Gap with End‑to‑End Trace Integration

This article explains why mobile observability often falls into a black‑hole, outlines a four‑step solution that makes the mobile client the first hop of a distributed trace by sharing a common Trace ID, and demonstrates the approach with a real‑world slow‑query debugging case using Alibaba Cloud RUM.

APMDistributed TracingPerformance debugging
0 likes · 13 min read
How to Bridge the Mobile Observability Gap with End‑to‑End Trace Integration
JavaEdge
JavaEdge
Aug 30, 2020 · Databases

Master MySQL EXPLAIN: Decode Every Column and Boost Query Performance

This guide explains each column returned by MySQL's EXPLAIN output, details join types, possible keys, extra information, and shows how to use EXPLAIN EXTENDED, SHOW PROFILE, and optimizer trace to analyze and optimize SQL queries effectively.

EXPLAINMySQLOptimizer_trace
0 likes · 14 min read
Master MySQL EXPLAIN: Decode Every Column and Boost Query Performance