PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 15 hours 43 minutes 1 second
Memory
Total
512MB
Used
10,72MB (2.09%)
Free
501,28MB
Keys
Current
8 118
Total (since start)
11 096
Evictions
0
Reclaimed
206
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
2 / 1 024 max
Total
70 414
Rejected
0
llm:07d703c83cd62a2beb0c391a009bab7e26885128a4f2a259c080ed1206c4f8ad
Edit
```json
{
"table_name": "sample_queries",
"table_type_tags": [
{"tag": "dimension", "confidence": 0.95}
],
"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). Each row is a catalog entry describing a sample query — query_text, description, engine, model_name, and latency_ms are attributes of that query record. The created_at timestamp records when the query was cataloged, making it an attribute of the query entry, not an axis ordering actions or state changes of the query itself. The table defines a reference catalog of queries (sibling tables like search_engine_benchmark likely reference these query IDs), and no row exists because something happened to a query — each row IS a query definition. Dimension."
}
```