dbaplus Community
Author

dbaplus Community

Enterprise-level professional community for Database, BigData, and AIOps. Daily original articles, weekly online tech talks, monthly offline salons, and quarterly XCOPS&DAMS conferences—delivered by industry experts.

2.2k
Articles
1
Likes
1.3k
Views
0
Comments
Recent Articles

Latest from dbaplus Community

100 recent articles max
dbaplus Community
dbaplus Community
Mar 1, 2026 · Operations

50 High‑Impact IT Operations Projects to Supercharge Your Resume

This guide presents 50 detailed IT operations projects—covering infrastructure, cloud native, automation, monitoring, security, databases, networking, disaster recovery, and DevOps—each with background, tech stack, implementation steps, and quantifiable results to help engineers craft compelling, results‑driven resume entries.

AutomationInfrastructurecloud
0 likes · 25 min read
50 High‑Impact IT Operations Projects to Supercharge Your Resume
dbaplus Community
dbaplus Community
Feb 27, 2026 · Databases

Understanding MySQL Locks: From Global to Row‑Level and Deadlock Prevention

The article explains why concurrent transactions cause data inconsistencies, describes MySQL’s lock hierarchy—including global, table, and row locks—covers AUTO_INCREMENT locking, illustrates lock compatibility tables, details common deadlock scenarios, and offers practical strategies such as fixed access order, optimistic locking, short transactions, proper indexing, and isolation‑level tuning to prevent deadlocks.

DeadlockInnoDBLocks
0 likes · 18 min read
Understanding MySQL Locks: From Global to Row‑Level and Deadlock Prevention
dbaplus Community
dbaplus Community
Feb 25, 2026 · R&D Management

Escaping Report‑Hell: Practical Steps for Data Team Leaders

Data team leaders overwhelmed by endless ad‑hoc reporting can reclaim strategic time by quantifying workload, negotiating protected work blocks, prioritizing quick‑win automation projects, establishing transparent demand processes, and gradually introducing self‑service BI through focused pilot dashboards and gentle economic incentives.

Data Managementanalytics governanceprocess optimization
0 likes · 10 min read
Escaping Report‑Hell: Practical Steps for Data Team Leaders
dbaplus Community
dbaplus Community
Feb 24, 2026 · Cloud Native

How CPU Architecture Bottlenecks Cripple Netflix’s Container Scaling

Netflix discovered that scaling hundreds of containers on modern CPUs hit severe lock‑contention due to mount‑related kernel locks, with performance varying across AWS instance types, NUMA designs, and hyper‑threading, leading them to redesign containerd mounting and choose hardware‑aware scheduling to restore efficient scaling.

AWSCPU architectureHyper-threading
0 likes · 16 min read
How CPU Architecture Bottlenecks Cripple Netflix’s Container Scaling
dbaplus Community
dbaplus Community
Feb 23, 2026 · Databases

How to Diagnose and Optimize a Minute‑Long MySQL Join Query

This article walks through a real‑world MySQL slow‑query case, explains the inner workings of Join and Order by algorithms, shows how to interpret EXPLAIN and Optimizer_trace output, and demonstrates how adding an index can transform a costly Block Nested‑Loop Join into a fast Index Nested‑Loop Join, dramatically improving performance.

EXPLAINJoin AlgorithmsMySQL
0 likes · 13 min read
How to Diagnose and Optimize a Minute‑Long MySQL Join Query
dbaplus Community
dbaplus Community
Feb 23, 2026 · Artificial Intelligence

From Ancient Brains to Modern AI: A Journey Through AI Evolution and Future Trends

This article traces the history of artificial intelligence from the human brain and the first computer, through the birth of AI, the rise of machine learning and AI models, to the transformer‑driven explosion of large language models, multimodal systems, agents, and the challenges that lie ahead.

agentslarge language modelsmachine learning
0 likes · 41 min read
From Ancient Brains to Modern AI: A Journey Through AI Evolution and Future Trends
dbaplus Community
dbaplus Community
Feb 11, 2026 · Information Security

How to Safely Test Suspicious Software with Windows Sandbox

This guide explains what Windows Sandbox is, its key security features, system requirements, step‑by‑step activation, and practical scenarios such as testing untrusted programs, isolating development work, and running one‑off tasks without risking the host system.

Hyper-VTestingWindows 10
0 likes · 6 min read
How to Safely Test Suspicious Software with Windows Sandbox
dbaplus Community
dbaplus Community
Feb 10, 2026 · Backend Development

How to Eliminate Unstable Pagination Anchors and Data Duplication in Backend Systems

This article explains why offset‑based pagination can cause duplicate or missing records in backend list queries, illustrates real‑world cases, analyzes the root causes, and presents three practical solutions—including cursor pagination, timestamp windows, and Elasticsearch search_after—along with their trade‑offs and implementation details.

CursorElasticsearchPagination
0 likes · 12 min read
How to Eliminate Unstable Pagination Anchors and Data Duplication in Backend Systems
dbaplus Community
dbaplus Community
Feb 9, 2026 · Artificial Intelligence

How EffectiveGPU Cuts GPU Costs with Fine‑Grained Partitioning and Volcano Scheduling

This article details how SF Tech's EffectiveGPU (EGPU) platform redesigns GPU resource management on Kubernetes, introducing fine‑grained memory and compute partitioning, priority‑based scheduling, Volcano integration, and monitoring pipelines to dramatically improve utilization and reduce hardware costs for AI workloads.

AI PlatformGPUGPU partitioning
0 likes · 23 min read
How EffectiveGPU Cuts GPU Costs with Fine‑Grained Partitioning and Volcano Scheduling