PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 20 hours 38 minutes
Memory
Total
512MB
Used
8,15MB (1.59%)
Free
503,85MB
Keys
Current
6 252
Total (since start)
11 098
Evictions
0
Reclaimed
299
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
73 486
Rejected
0
llm:685d96b15d217fbff32c384e66e78211e6c8447f9786c3fb2fec84eae3531fbf
Edit
```json
{
"classifications": [
{
"column": "id",
"label": "primary_key",
"confidence": 1.0,
"reason": "100% distinct (12945/12945), zero nulls, BIGINT type typical for primary keys"
},
{
"column": "message_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "References message table; 1763 distinct values across 12945 rows (13.6%) indicates many LLM calls per message"
},
{
"column": "model",
"label": "none",
"confidence": 1.0,
"reason": "Only 6 distinct values; categorical attribute describing the LLM model used"
},
{
"column": "provider",
"label": "none",
"confidence": 1.0,
"reason": "Only 3 distinct values; categorical attribute for LLM provider"
},
{
"column": "purpose",
"label": "none",
"confidence": 1.0,
"reason": "Only 7 distinct values; categorical attribute describing call purpose"
},
{
"column": "tokens_in",
"label": "none",
"confidence": 1.0,
"reason": "Metric column tracking input tokens; 5366 distinct values but not a key"
},
{
"column": "tokens_out",
"label": "none",
"confidence": 1.0,
"reason": "Metric column tracking output tokens; 1397 distinct values but not a key"
},
{
"column": "cost_usd",
"label": "none",
"confidence": 1.0,
"reason": "Metric column for cost tracking; high cardinality (11628) but clearly a measure, not a key"
},
{
"column": "latency_ms",
"label": "none",
"confidence": 1.0,
"reason": "Metric column for latency tracking; 7977 distinct values but not a key"
}
]
}
```