PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 18 hours 9 minutes 19 seconds
Memory
Total
512MB
Used
8,22MB (1.61%)
Free
503,78MB
Keys
Current
6 300
Total (since start)
11 098
Evictions
0
Reclaimed
299
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
72 055
Rejected
0
llm:d54590e6e77dbc9055a2b10ac7a23ad3639a91f4a567c9e3e5460722936895b0
Edit
```json
{
"classifications": [
{
"column": "upc",
"label": "near_key",
"confidence": 0.9,
"reason": "88% distinct (219543/249348), zero nulls, but not unique enough for primary_key"
},
{
"column": "beer_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "References beer table, 81% distinct with repeating values and ~3% nulls, typical FK pattern"
},
{
"column": "user_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "References user table, only 4% distinct (10619/249348) with many repeating values, clear FK"
}
]
}
```