REVIEW 5 cited by
D-Bot: Database Diagnosis System using Large Language Models
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
read the original abstract
Database administrators (DBAs) play an important role in managing, maintaining and optimizing database systems. However, it is hard and tedious for DBAs to manage a large number of databases and give timely response (waiting for hours is intolerable in many online cases). In addition, existing empirical methods only support limited diagnosis scenarios, which are also labor-intensive to update the diagnosis rules for database version updates. Recently large language models (LLMs) have shown great potential in various fields. Thus, we propose D-Bot, an LLM-based database diagnosis system that can automatically acquire knowledge from diagnosis documents, and generate reasonable and well-founded diagnosis report (i.e., identifying the root causes and solutions) within acceptable time (e.g., under 10 minutes compared to hours by a DBA). The techniques in D-Bot include (i) offline knowledge extraction from documents, (ii) automatic prompt generation (e.g., knowledge matching, tool retrieval), (iii) root cause analysis using tree search algorithm, and (iv) collaborative mechanism for complex anomalies with multiple root causes. We verify D-Bot on real benchmarks (including 539 anomalies of six typical applications), and the results show that D-Bot can effectively analyze the root causes of unseen anomalies and significantly outperforms traditional methods and vanilla models like GPT-4.
Forward citations
Cited by 5 Pith papers
-
KRCA: An Efficient Root Cause Analysis System in Hyper-scale Microservice Systems via Agentic AI
A production RCA system combining API-level drilldown, a skeleton-based causal graph prior, and memory-augmented multi-agent LLM reasoning, reporting 0.88 AC@1 root-cause localization on 300 Kuaishou failures.
-
KRCA: An Efficient Root Cause Analysis System in Hyper-scale Microservice Systems via Agentic AI
A deployed RCA system using API-level drilldown, a skeleton causal graph, and memory-augmented multi-agent LLM reasoning localizes root-cause services and failure types with AC@1 of 0.88/0.79 in a 200k-service product...
-
KRCA: An Efficient Root Cause Analysis System in Hyper-scale Microservice Systems via Agentic AI
KRCA uses API-level drilldown, skeleton causal graphs from anomalous metrics, and memory-augmented multi-agents to reach AC@1 of 0.88 for root cause localization and 0.79 for failure classification in hyper-scale micr...
-
SiriusHelper: An LLM Agent-Based Operations Assistant for Big Data Platforms
SiriusHelper deploys an LLM agent with intent routing, DeepSearch multi-hop retrieval, and automated SOP distillation to outperform alternatives and reduce ticket volume by 20.8% on Tencent's big data platform.
-
MCTuner: Spatial Decomposition-Enhanced Database Tuning via LLM-Guided Exploration
MCTuner reports up to 19.2% performance gains and roughly 1.4x faster discovery of good configurations by combining LLM knob selection with recursive space decomposition and Bayesian optimization.
Discussion (0). Sign in to comment.