PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 17 hours 14 minutes 58 seconds
Memory
Total
512MB
Used
8,23MB (1.61%)
Free
503,77MB
Keys
Current
6 304
Total (since start)
11 096
Evictions
0
Reclaimed
298
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
71 393
Rejected
0
llm:abc214ce2c9612db3dd8889ceec97b0edae24b6b032cff02e2dce7f53ac7ebab
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. Each row traces the entity's progression through states (created, deleted, purged) laid out horizontally in columns — this is the wide-form path pattern. The lifecycle is complete (all three timestamps present, 0% nulls), making this a strong path reading despite entity uniqueness."
}
```