PHPMem v2.0.1
Version
1.6.45
Uptime
8 days 7 minutes 2 seconds
Memory
Total
512MB
Used
7,68MB (1.5%)
Free
504,32MB
Keys
Current
5 910
Total (since start)
11 098
Evictions
0
Reclaimed
326
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
4 / 1 024 max
Total
75 474
Rejected
0
llm:48d359c0197436c4ba7fff1d5dfca056cfe73b9102d1b86925ba137e2ae37ade
Edit
```json
{
"table_name": "job_logs",
"table_type_tags": [
{"tag": "event", "confidence": 0.90},
{"tag": "path", "confidence": 0.15}
],
"primary_type": "event",
"insufficient_evidence": false,
"entity": {
"columns": ["job_id"],
"unique_per_row": false
},
"time_axis": {
"columns": ["ts"],
"kind": "event_time"
},
"reasoning": "The entity job_id repeats (RPUV 508.06, Uniqueness 0.002) along the event-time axis ts (Uniqueness 1.000). Each row records a log event that happened during a job's execution — phase transitions, progress updates, errors — ordered by ts. The rows are bare occurrences to count and analyze (log analysis, debugging), not state transitions that replay into a meaningful job state. The log_id (Uniqueness 1.000) is an artificial unique ID per log entry, not the entity. Event is the clear primary reading; path has weak support only if one imagines replaying logs to reconstruct job execution state, but that's not the table's purpose."
}
```