PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 15 hours 42 minutes 39 seconds
Memory
Total
512MB
Used
10,72MB (2.09%)
Free
501,28MB
Keys
Current
8 118
Total (since start)
11 096
Evictions
0
Reclaimed
206
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
70 405
Rejected
0
llm:6fc7fc8caa6768788f78ac96b5d4f6b2284a7c70ee124a2f8c8b87b492b19254
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."
}
```