PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 14 hours 48 minutes 11 seconds
Memory
Total
512MB
Used
13,18MB (2.57%)
Free
498,82MB
Keys
Current
10 055
Total (since start)
11 096
Evictions
0
Reclaimed
194
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
69 971
Rejected
0
llm:1f08337ca01c466134aa9d2d525d0a58f456920cd56c7359cea279f55ddfdaf5
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."
}
```