PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 19 hours 50 minutes 12 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
73 021
Rejected
0
llm:61b256d9c79e0ac2d33c2f390daa9560b1a624e2e05ac8d78e2120491e746a62
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"
}
]
}
```