PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 12 hours 40 minutes 49 seconds
Memory
Total
512MB
Used
13,33MB (2.6%)
Free
498,67MB
Keys
Current
10 164
Total (since start)
11 094
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
4 / 1 024 max
Total
68 104
Rejected
0
llm:37cd5a50b04b0e9439167f92dbca17751bfbf73f8be8373e72a6df735093cb32
Edit
```json
{
"table_name": "datasets",
"table_type_tags": [
{"tag": "path", "confidence": 0.75},
{"tag": "dimension", "confidence": 0.30}
],
"primary_type": "path",
"insufficient_evidence": false,
"entity": {
"columns": ["dataset_id"],
"unique_per_row": true
},
"time_axis": {
"columns": ["created_at", "updated_at"],
"kind": "event_time"
},
"reasoning": "dataset_id is unique per row (Uniqueness 1.000), establishing each dataset as the entity. The table records lifecycle transitions: created_at and updated_at timestamps track when datasets were created and modified, and status (ready/ingesting/deleted with Top 3 Coverage 100%) records state changes. Replaying a dataset's rows in updated_at order reconstructs its processing state at any point — from ingesting to ready to deleted. The presence of current_batch_id (96 unique values, 11.93% null) further supports state evolution tracking. This is path: rows exist because the dataset changed state, and the transitions are replayable into the entity's lifecycle. The unique-per-row grain gives a weak secondary dimension reading (each row is complete information about one dataset at one point), but the timestamped state transitions dominate."
}
```