PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 5 hours 46 minutes 42 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
2 / 1 024 max
Total
61 207
Rejected
0
llm:109567a20aa5101f36ef39660049b9c4309417e880fb24257eac32e3fc2beac9
Edit
```json
{
"classifications": [
{
"column": "No",
"label": "near_key",
"confidence": 0.85,
"reason": "75% distinct (108/144), zero nulls, appears to be champion names - likely intended as identifier but has duplicates"
},
{
"column": "Champion",
"label": "none",
"confidence": 0.9,
"reason": "Only 33% distinct (47/144), contains dates not champion names - appears to be misaligned data"
},
{
"column": "Recognition",
"label": "near_key",
"confidence": 0.75,
"reason": "91% distinct (131/144), zero nulls, mixed dates and numbers - high distinctness suggests near-key status"
},
{
"column": "Begin_reign",
"label": "none",
"confidence": 0.85,
"reason": "95% distinct (137/144) but contains numeric strings like '1,071' - likely duration/count data, not a key"
},
{
"column": "End_reign",
"label": "none",
"confidence": 0.9,
"reason": "77% distinct (111/144), contains numeric strings and empty values - descriptive attribute"
},
{
"column": "Days",
"label": "none",
"confidence": 0.95,
"reason": "Only 12% distinct (17/144), low cardinality numeric values - clearly a measure, not a key"
},
{
"column": "Title_defenses",
"label": "none",
"confidence": 0.95,
"reason": "Only 6% distinct (8/144), low cardinality - count/categorical attribute"
},
{
"column": "Additional_recognition",
"label": "none",
"confidence": 0.95,
"reason": "Only 11% distinct (16/144), low cardinality numeric values - descriptive attribute"
}
]
}
```