PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 10 hours 57 minutes 4 seconds
Memory
Total
512MB
Used
13,32MB (2.6%)
Free
498,68MB
Keys
Current
10 162
Total (since start)
11 092
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
66 564
Rejected
0
llm:6d77576da732f9f2988cfde358548a53f14dd6ec3106309b7ac852bf854c9efe
Edit
```json
{
"classifications": [
{
"column": "style_id",
"label": "primary_key",
"confidence": 1.0,
"reason": "100% distinct (157/157), zero nulls, sequential integer identifier"
},
{
"column": "name",
"label": "none",
"confidence": 1.0,
"reason": "Descriptive text field for beer style names, not a key"
},
{
"column": "description",
"label": "none",
"confidence": 1.0,
"reason": "Long text descriptions with nulls (0.6%), not a key"
},
{
"column": "parent_style_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "References style_id for hierarchical relationship, only 11 distinct values with high repetition"
},
{
"column": "category",
"label": "foreign_key",
"confidence": 0.9,
"reason": "Low cardinality (4 distinct), likely references a category lookup table"
},
{
"column": "srm_range",
"label": "none",
"confidence": 1.0,
"reason": "Descriptive attribute with 33% nulls and low cardinality (13 distinct), not a key"
}
]
}
```