PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 13 hours 51 minutes 49 seconds
Memory
Total
512MB
Used
13,33MB (2.6%)
Free
498,67MB
Keys
Current
10 166
Total (since start)
11 096
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
2 / 1 024 max
Total
69 312
Rejected
0
llm:9a0e8c54b569ce1bfe3743010e128b7f935ad1b30c73526d983abd2b9ce69f93
Edit
```json
{
"table_name": "jobs",
"table_type_tags": [
{"tag": "dimension", "confidence": 0.95}
],
"primary_type": "dimension",
"insufficient_evidence": false,
"entity": {
"columns": ["job_id"],
"unique_per_row": true
},
"time_axis": {
"columns": ["started_at", "finished_at", "created_at", "updated_at"],
"kind": "event_time"
},
"reasoning": "The entity job_id is unique per row (Uniqueness 1.000, RPUV 1.00), making each row a distinct job record. While the table contains multiple event timestamps (started_at, finished_at, created_at, updated_at), these are descriptive attributes of each job's lifecycle, not an axis ordering repeated occurrences of the same job. The data preview shows each job_id appears exactly once with its complete execution metadata (type, status, elapsed_ms, error_count). This is a catalog of job executions where each row defines one job occurrence — dimension."
}
```