PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 18 hours 59 minutes 21 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
3 / 1 024 max
Total
72 404
Rejected
0
llm:281c8e27b863bc38d814a4da377c11f4202af0867f9d498dca0a54d2a6b41bc6
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"
}
]
}
```