PHPMem v2.0.1
Version
1.6.45
Uptime
8 days 3 hours 32 minutes 29 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 647
Rejected
0
llm:a512bcd95a4af7229df20f9ade7445fdcc2e7c65c26da283de797cf8d63c01d3
Edit
```json
{
"table_name": "sample_queries",
"table_type_tags": [
{"tag": "dimension", "confidence": 0.90}
],
"primary_type": "dimension",
"insufficient_evidence": false,
"entity": {
"columns": ["id"],
"unique_per_row": true
},
"time_axis": {
"columns": ["created_at"],
"kind": "event_time"
},
"reasoning": "The entity id is unique per row (Uniqueness 1.000, RPUV 1.00), making each row a distinct query record. Although created_at exists as a timestamp, it is an attribute describing when each query was created, not an axis ordering actions or changes to the query entity. Each row is complete information about one sample query — its text, description, engine, latency, and creation time — with no state transitions or lifecycle to replay. The table is a catalog of query examples: dimension."
}
```