PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 19 hours 51 minutes 38 seconds
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 183
Rejected
0
llm:46a68155316f14e6223c7f9d1bdbf6b81779e5813f967433eea211ea43d34a9b
Edit
```json
{
"classifications": [
{
"column": "id",
"role": "identifier",
"confidence": 1.0,
"reason": "Primary key with unique values (12945 distinct in 12945 rows)"
},
{
"column": "message_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key referencing messages; used for JOINs despite repetition"
},
{
"column": "model",
"role": "dimension",
"confidence": 1.0,
"reason": "Low cardinality (6 values) categorical field for grouping/filtering LLM models"
},
{
"column": "provider",
"role": "dimension",
"confidence": 1.0,
"reason": "Low cardinality (3 values) categorical field for grouping by provider"
},
{
"column": "purpose",
"role": "dimension",
"confidence": 1.0,
"reason": "Low cardinality (7 values) categorical field for grouping by call purpose"
},
{
"column": "tokens_in",
"role": "measure",
"confidence": 1.0,
"reason": "Numeric quantity to aggregate (sum/avg) for input token usage"
},
{
"column": "tokens_out",
"role": "measure",
"confidence": 1.0,
"reason": "Numeric quantity to aggregate (sum/avg) for output token usage"
},
{
"column": "cost_usd",
"role": "measure",
"confidence": 1.0,
"reason": "Numeric amount to aggregate (sum/avg) for cost analysis"
},
{
"column": "latency_ms",
"role": "measure",
"confidence": 1.0,
"reason": "Numeric quantity to aggregate (sum/avg) for performance analysis"
}
]
}
```