PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 18 hours 59 minutes 13 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
4 / 1 024 max
Total
72 373
Rejected
0
llm:772f84fa7c19952239a1807e6973e5d615f7468da07b4eae9d33f5fd706022fd
Edit
```json
{
"classifications": [
{
"column": "state_id",
"label": "primary_key",
"confidence": 1.0,
"reason": "100% distinct (622/622), zero nulls, integer ID column"
},
{
"column": "State",
"label": "near_key",
"confidence": 0.95,
"reason": "99.7% distinct (620/622), zero nulls, almost unique state names"
},
{
"column": "country_id",
"label": "foreign_key",
"confidence": 1.0,
"reason": "Low distinct count (27/622), references countries table, has nulls"
},
{
"column": "hasbrewer",
"label": "none",
"confidence": 1.0,
"reason": "High null rate (79.6%), appears to be a count/metric, not a key"
},
{
"column": "msrepl_tran_version",
"label": "none",
"confidence": 0.9,
"reason": "100% distinct UUID but appears to be replication metadata, not a business key"
}
]
}
```