PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 18 hours 7 minutes 52 seconds
Memory
Total
512MB
Used
8,23MB (1.61%)
Free
503,77MB
Keys
Current
6 301
Total (since start)
11 098
Evictions
0
Reclaimed
298
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
71 965
Rejected
0
llm:b1f8ab162ffd02e1d50df42d1b7a3475742bb11ee677e51989e39ec0a7bdca77
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"
}
]
}
```