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.3k
Articles
1
Likes
9.1k
Views
0
Comments
Recent Articles

Latest from dbaplus Community

100 recent articles max
dbaplus Community
dbaplus Community
Sep 10, 2026 · Operations

Linux rm -rf Disaster Recovery: From Incident Response to File System Forensics

A comprehensive guide to recovering from accidental rm -rf deletions on Linux, covering immediate response, file system internals (ext4/xfs/btrfs/zfs), multiple recovery tools (extundelete, debugfs, lsof, snapshots), a real incident timeline, risk assessment, and prevention strategies including code review, monitoring, and backup practices.

LVMLinuxdisaster recovery
0 likes · 81 min read
Linux rm -rf Disaster Recovery: From Incident Response to File System Forensics
dbaplus Community
dbaplus Community
Sep 9, 2026 · Artificial Intelligence

Production-Grade Enterprise Agents: Unifying Harness, Skills & Virtual File Systems

This article details a production-grade architecture for enterprise AI agents, combining a unified harness for execution control, federated skills for domain expertise, and a virtual file system for long-task context management, drawing on Stripe's Kai platform and Deep Agents framework to address governance, security, and scalability challenges.

AI GovernanceDeep AgentsStripe Kai
0 likes · 37 min read
Production-Grade Enterprise Agents: Unifying Harness, Skills & Virtual File Systems
dbaplus Community
dbaplus Community
Sep 8, 2026 · Databases

Why LLM-Generated SQL Fails in Production: A Three-Layer Architecture for Reliable Text-to-SQL

The article explains why directly using LLMs to generate SQL leads to sub-50% accuracy in production, and presents a proven three-layer architecture—semantic layer for business knowledge, LLM layer for structured DSL generation, and deterministic execution layer for dialect-specific SQL translation—that achieves 85-90% accuracy through RAG, ambiguity detection, and feedback loops.

DSLDatabase DialectsLLM
0 likes · 15 min read
Why LLM-Generated SQL Fails in Production: A Three-Layer Architecture for Reliable Text-to-SQL
dbaplus Community
dbaplus Community
Sep 7, 2026 · Artificial Intelligence

Why a $70K AI Agent Failed in 7 Days: 4 Fatal Flaws

A 500k RMB e-commerce customer service AI Agent was shut down within a week due to hallucinated refund IDs, 3-5 second latency, context confusion in multi-turn conversations, and 23% silent tool failures, revealing the gap between demos and production reality.

AI agentEvaluationLLM hallucination
0 likes · 13 min read
Why a $70K AI Agent Failed in 7 Days: 4 Fatal Flaws
dbaplus Community
dbaplus Community
Sep 6, 2026 · Fundamentals

Why 192.168.1.1/24 Pings 192.168.1.2/23 Despite Different Network IDs

The article explains why two hosts with different CIDR prefixes can ping each other while two hosts sharing the same network ID cannot, by demonstrating how each computer uses only its own subnet mask to calculate network IDs and decide whether to ARP directly or send via a gateway.

ARPCIDRIP subnetting
0 likes · 7 min read
Why 192.168.1.1/24 Pings 192.168.1.2/23 Despite Different Network IDs
dbaplus Community
dbaplus Community
Sep 3, 2026 · Industry Insights

Linux Was Called 'Obsolete' in 1992; 25 Years Later Minix Runs in Your CPU

The 1992 Usenet debate where Andrew Tanenbaum called Linux's monolithic kernel obsolete is revisited, revealing how Linux came to dominate servers, phones, and supercomputers, while Minix quietly became the hidden OS inside Intel's Management Engine on hundreds of millions of x86 chips, making both architects unexpected winners.

Andrew TanenbaumIntel Management EngineLinus Torvalds
0 likes · 12 min read
Linux Was Called 'Obsolete' in 1992; 25 Years Later Minix Runs in Your CPU
dbaplus Community
dbaplus Community
Sep 2, 2026 · Databases

Why One MySQL UPDATE Blocks and Another Doesn’t: Row vs. Gap Locks Explained

The article examines a MySQL experiment where three transactions (A, B, C) interact on the same row, showing why transaction B’s UPDATE on a primary‑key field proceeds without waiting while transaction C’s UPDATE of the primary key blocks, due to the interplay of row‑level locks, gap locks, and the internal delete‑plus‑insert transformation of indexed updates.

B+ treeInnoDBLocks
0 likes · 9 min read
Why One MySQL UPDATE Blocks and Another Doesn’t: Row vs. Gap Locks Explained
dbaplus Community
dbaplus Community
Aug 31, 2026 · Interview Experience

Why Kubernetes Leader Kelsey Hightower Refused Microsoft and Retired at 43

From dropping out of college to becoming Google’s distinguished L9 engineer, Kelsey Hightower’s unconventional journey—spanning DSL modem work, A+ certification, data‑center roles, Puppet, CoreOS, and Kubernetes—reveals his belief that technology serves people, his refusal of Microsoft, and his early retirement at 43.

AICareerCloud Native
0 likes · 50 min read
Why Kubernetes Leader Kelsey Hightower Refused Microsoft and Retired at 43
dbaplus Community
dbaplus Community
Aug 30, 2026 · Artificial Intelligence

Cut Alert Troubleshooting Time by 80% with LLM Agents: A Full Technical Walkthrough

The article details how an LLM‑driven Troubleshooter system automates data collection, root‑cause analysis, and recommendation generation for alerts, slashing median investigation time from about 20 minutes to 4.4 minutes across 11 services and over ten alert types, and presents architecture, tool design, observability, a real‑world case, performance metrics, and future roadmap.

Alert TroubleshootingAutomationLLM
0 likes · 17 min read
Cut Alert Troubleshooting Time by 80% with LLM Agents: A Full Technical Walkthrough