PHPMem v2.0.1
Version
1.6.45
Uptime
8 days 2 hours 34 minutes 38 seconds
Memory
Total
512MB
Used
7,68MB (1.5%)
Free
504,32MB
Keys
Current
5 910
Total (since start)
11 098
Evictions
0
Reclaimed
326
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
76 381
Rejected
0
llm:e233fdda7c47f7ffdb6278cbd18deb385dfc2e81072119bb0682e32dd4bbe4c0
Edit
```json
{
"table_name": "deleted_datasets",
"table_type_tags": [
{"tag": "path", "confidence": 0.80},
{"tag": "dimension", "confidence": 0.30}
],
"primary_type": "path",
"insufficient_evidence": false,
"entity": {
"columns": ["dataset_id"],
"unique_per_row": true
},
"time_axis": {
"columns": ["created_at", "deleted_at", "purged_at"],
"kind": "event_time"
},
"reasoning": "dataset_id is unique per row (Uniqueness 1.000), and the table records a complete lifecycle of dataset deletion with three timestamped transitions: created_at → deleted_at → purged_at. This is a path table in wide form — each row traces the entity's progression through states (created, deleted, purged) laid out horizontally. The lifecycle is complete (all three timestamps present, 0% nulls), making this a strong path reading despite the entity being unique per row."
}
```