PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 19 hours 7 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
72 455
Rejected
0
llm:85f91fd29e3ed4d360670dddfe7d0205f1f3864baf299527a86a61f48b2c0902
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"
}
]
}
```