PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 4 hours 58 minutes 46 seconds
Memory
Total
512MB
Used
13,32MB (2.6%)
Free
498,68MB
Keys
Current
10 162
Total (since start)
11 092
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
60 556
Rejected
0
llm:cb161437edffe6c392a18d811ca33d59449a37a6560310862b75d28641802c98
Edit
```json
{
"classifications": [
{
"column": "id",
"label": "primary_key",
"confidence": 1.0,
"reason": "100% distinct (8144/8144), zero nulls, BIGINT type - uniquely identifies each row"
},
{
"column": "message_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "References messages table; 1755 distinct values across 8144 rows (21.5%) - clear repetition pattern for joins"
},
{
"column": "tool",
"label": "none",
"confidence": 1.0,
"reason": "Only 6 distinct values - categorical attribute, not a key"
},
{
"column": "purpose",
"label": "none",
"confidence": 1.0,
"reason": "Descriptive text field with 37% nulls - not a key"
},
{
"column": "args_summary",
"label": "none",
"confidence": 1.0,
"reason": "Only 9 distinct values - categorical summary field, not a key"
},
{
"column": "ok",
"label": "none",
"confidence": 1.0,
"reason": "Boolean flag (2 values: 0/1) - status indicator, not a key"
},
{
"column": "error_code",
"label": "none",
"confidence": 1.0,
"reason": "Only 4 distinct values with 85% nulls - categorical error field, not a key"
},
{
"column": "latency_ms",
"label": "none",
"confidence": 1.0,
"reason": "Performance metric with 572 distinct values - measurement, not a key"
},
{
"column": "sql",
"label": "none",
"confidence": 1.0,
"reason": "SQL query text with 53% nulls - content field, not a key"
},
{
"column": "args_json",
"label": "none",
"confidence": 1.0,
"reason": "JSON arguments with 29% nulls - content field, not a key"
},
{
"column": "error_message",
"label": "none",
"confidence": 1.0,
"reason": "Error text with 89% nulls - descriptive field, not a key"
},
{
"column": "row_count",
"label": "none",
"confidence": 1.0,
"reason": "Numeric metric (0-50) with 59% nulls - measurement, not a key"
}
]
}
```