PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 23 hours 13 minutes 53 seconds
Memory
Total
512MB
Used
7,68MB (1.5%)
Free
504,32MB
Keys
Current
5 910
Total (since start)
11 098
Evictions
0
Reclaimed
326
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
75 209
Rejected
0
llm:a30bed0b919e32fb6f662311d70755ab2f5b98ded8f126eb146b33c08b1e6713
Edit
```json
{
"classifications": [
{
"column": "year",
"label": "none",
"confidence": 1.0,
"reason": "Only 10 distinct values for 132 rows; categorical dimension, not a key"
},
{
"column": "event",
"label": "none",
"confidence": 1.0,
"reason": "Only 7 distinct values for 132 rows; categorical dimension, not a key"
},
{
"column": "medal",
"label": "none",
"confidence": 1.0,
"reason": "Only 3 distinct values (Bronze/Gold/Silver); categorical dimension, not a key"
},
{
"column": "country",
"label": "none",
"confidence": 1.0,
"reason": "Only 12 distinct values for 132 rows; categorical dimension, not a key"
},
{
"column": "medalist",
"label": "near_key",
"confidence": 0.95,
"reason": "105 distinct values out of 132 rows (79.5% distinct); high cardinality but not unique enough for primary key"
},
{
"column": "is_china",
"label": "none",
"confidence": 1.0,
"reason": "Binary flag (0/1); categorical dimension, not a key"
},
{
"column": "medal_value",
"label": "none",
"confidence": 1.0,
"reason": "Only 3 distinct values (1/2/3); categorical dimension, not a key"
},
{
"column": "event_type",
"label": "none",
"confidence": 1.0,
"reason": "Only 3 distinct values (Doubles/Singles/Team); categorical dimension, not a key"
},
{
"column": "gender",
"label": "none",
"confidence": 1.0,
"reason": "Only 3 distinct values (Men/Mixed/Women); categorical dimension, not a key"
},
{
"column": "era",
"label": "none",
"confidence": 1.0,
"reason": "Only 3 distinct values; categorical dimension, not a key"
}
]
}
```