PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 11 hours 37 minutes 11 seconds
Memory
Total
512MB
Used
13,32MB (2.6%)
Free
498,68MB
Keys
Current
10 162
Total (since start)
11 092
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
2 / 1 024 max
Total
67 029
Rejected
0
llm:20d371595340537990bd9b86213c0764a22cbdec37768fb9680a26c73b6747ca
Edit
```json
{
"table_name": "batches",
"table_type_tags": [
{"tag": "dimension", "confidence": 0.90},
{"tag": "path", "confidence": 0.15}
],
"primary_type": "dimension",
"insufficient_evidence": false,
"entity": {
"columns": ["batch_id"],
"unique_per_row": true
},
"time_axis": {
"columns": ["started_at", "completed_at"],
"kind": "event_time"
},
"reasoning": "batch_id has Uniqueness 1.000, making each row unique information about one batch execution. The data preview shows pairs of rows (base batch + _gold variant) with distinct IDs, and sibling tables (jobs, datasets) likely reference batch_id as the catalog of processing runs. started_at and completed_at are lifecycle timestamps describing when each batch ran, not an axis ordering state transitions of a repeating entity. The status column (ready/running/completed) records the final outcome, not a sequence of transitions with their timestamps — there is no path through states, just attributes of the batch execution. This is a catalog of batch runs: dimension."
}
```