PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 23 hours 44 minutes 5 seconds
Memory
Total
512MB
Used
7,68MB (1.5%)
Free
504,32MB
Keys
Current
5 910
Total (since start)
11 098
Evictions
0
Reclaimed
326
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
75 323
Rejected
0
llm:ade420059b2a5c6426f06cb10b0edf380300053408ffc911c6eaf2b1e7a27ba9
Edit
```json
{
"classifications": [
{
"column": "jobs_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "References jobs table; 116 distinct values across 459 rows indicates repetition typical of FK"
},
{
"column": "chart_id",
"label": "none",
"confidence": 0.85,
"reason": "Only 7 distinct values across 459 rows; likely a chart type classifier, not a key"
},
{
"column": "title",
"label": "none",
"confidence": 0.9,
"reason": "Descriptive text field with only 7 distinct values; not a key column"
},
{
"column": "caption",
"label": "none",
"confidence": 0.95,
"reason": "Descriptive text with 35% nulls; not a key column"
},
{
"column": "section_id",
"label": "none",
"confidence": 1.0,
"reason": "100% null; no data present"
},
{
"column": "bytes",
"label": "none",
"confidence": 0.9,
"reason": "Measurement field (file size); 67% distinct but represents a metric, not an identifier"
},
{
"column": "width",
"label": "none",
"confidence": 1.0,
"reason": "100% null; no data present"
},
{
"column": "height",
"label": "none",
"confidence": 1.0,
"reason": "100% null; no data present"
}
]
}
```