Database Operations
Unified control plane for all your database instances
Total Queries / sec
847
▲ 12.3% vs last hour
Avg Latency
2.4ms
▲ 0.3ms improvement
Storage Used
148GB
of 500 GB allocated
Active Connections
312
▲ 23 in last 5m
Database Instances
prod-primary
Online
cf-analytics
Online
legacy-erp
High Load
cache-layer
Online
content-store
Online
Performance Metrics
CPU Utilization34%
Memory Usage61%
Disk I/O78%
Network Throughput42%
Connection Pool87%
Replication Lag12ms
Query Console
db-os> SELECT table_name, row_count
FROM information_schema.tables
WHERE schema = 'public'
ORDER BY row_count DESC
LIMIT 10;
-- 10 rows returned in 2.1ms
Activity
Backup complete for prod-primary (84.2 GB)
2 min ago
Slow query detected on legacy-erp (4.2s)
8 min ago
Schema migration #47 applied to cf-analytics
23 min ago
Index rebuilt on users.email_idx
41 min ago
Connection spike on cache-layer (+89)
1 hr ago
Recent Queries
| Query | Database | Duration | Rows | Status |
|---|---|---|---|---|
| SELECT * FROM orders WHERE... | prod-primary | 1.2ms | 2,847 | OK |
| INSERT INTO analytics_events... | cf-analytics | 0.8ms | 1 | OK |
| UPDATE inventory SET stock_qty... | legacy-erp | 4,218ms | 12,041 | Slow |
| GET user:session:a8f2c... | cache-layer | 0.1ms | 1 | OK |
| db.posts.find({ status:... | content-store | 3.4ms | 156 | OK |
| DELETE FROM temp_sessions... | prod-primary | 892ms | 48,219 | Cleanup |