PHPMem v2.0.1

Version
1.6.45
Uptime
8 days 4 hours 34 minutes 46 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
76 961
Rejected
0
llm:cb3472fd5793b660bd512d0cd92cb466b41a77c74ceac15319a721ccee8991a8
TTL 5 days 15 hours 15 minutes 51 seconds Size 1,06KB Export
Edit
```json { "table_name": "query_log", "table_type_tags": [ {"tag": "event", "confidence": 0.90}, {"tag": "path", "confidence": 0.15} ], "primary_type": "event", "insufficient_evidence": false, "entity": { "columns": ["query_id"], "unique_per_row": true }, "time_axis": { "columns": ["created_at"], "kind": "event_time" }, "reasoning": "query_id is unique per row (Uniqueness 1.000), identifying each query execution. created_at is the event timestamp (Uniqueness 1.000, Monotonicity 0.479 suggests chronological ordering). Each row records a query execution event — a user or system submitted a query at a point in time. The rows are occurrences to count and analyze (queries per dataset, error rates, cost trends), not state transitions that replay into a meaningful entity state. The unique query_id makes each execution a distinct occurrence rather than a repeating entity whose state evolves. Event." } ```