Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:40 +08:00
commit d6245b656d
8 changed files with 723 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for database-transaction-monitor skill
- [ ] transaction_monitor.py: Script to execute database queries and analyze transaction data.
- [ ] lock_detector.py: Script to detect and report lock contention issues.
- [ ] rollback_analyzer.py: Script to analyze rollback rates and identify potential problems.