PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 13 hours 51 minutes 31 seconds
Memory
Total
512MB
Used
13,33MB (2.6%)
Free
498,67MB
Keys
Current
10 166
Total (since start)
11 096
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
4 / 1 024 max
Total
69 276
Rejected
0
llm:62ac3626d1380de358890995f7424639c9e5a599ebd87ca62bcc6041fc15146d
Edit
```json
{
"classifications": [
{
"column": "country_id",
"label": "primary_key",
"confidence": 1.0,
"reason": "100% distinct (251/251), zero nulls, integer ID column"
},
{
"column": "name",
"label": "none",
"confidence": 1.0,
"reason": "Descriptive attribute, not a key despite being unique"
},
{
"column": "code",
"label": "near_key",
"confidence": 0.95,
"reason": "94.4% distinct (237/251) with 0.4% nulls, almost unique but not perfect"
},
{
"column": "continent",
"label": "none",
"confidence": 1.0,
"reason": "Categorical attribute with only 6 distinct values"
},
{
"column": "has_brewer",
"label": "none",
"confidence": 1.0,
"reason": "Boolean flag attribute, only 2 distinct values"
}
]
}
```