PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 10 hours 20 minutes 14 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
2 / 1 024 max
Total
65 865
Rejected
0
llm:706020d88722544e4640c722def0232c4e45a9f32eca3ec211dc2500b124bb9a
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"
}
]
}
```