PHPMem v2.0.1

Version
1.6.45
Uptime
8 days 4 hours 36 minutes 35 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
77 013
Rejected
0
llm:5a47ea027be6beae1e59119847a47927ccb76e2b0c40e16fab0ef1515f392ac1
TTL 5 days 16 hours 44 minutes 16 seconds Size 1,05KB Export
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 describe one distinct job execution. The timestamps (started_at, finished_at, created_at, updated_at) are attributes of each job — they record when that specific job was created, started, and completed, not a sequence of state changes to a repeating entity. The table is a catalog of job runs: each job_id appears once with its complete execution record (type, status, elapsed_ms, error_count). This is dimension despite the timestamps — the job_id uniqueness is decisive." } ```