PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 14 hours 41 minutes 39 seconds
Memory
Total
512MB
Used
13,29MB (2.6%)
Free
498,71MB
Keys
Current
10 140
Total (since start)
11 096
Evictions
0
Reclaimed
172
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
69 638
Rejected
0
llm:3d5b391b5fd45d6e7f8fe6fff3801a7e3ca63deb19c1353fe06937a26d220367
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"
}
]
}
```