PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 20 hours 40 minutes 34 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 697
Rejected
0
llm:bbc240586b5f68b435636dbe3a0b197aad3311b591a5b97a01cb522c8453b0c6
Edit
```json
{
"classifications": [
{
"column": "reading_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "60 distinct values in 220 rows (27% distinct) with no nulls; values repeat, indicating references to another table's readings"
},
{
"column": "rank",
"label": "none",
"confidence": 0.99,
"reason": "Only 4 distinct values (1-4) in 220 rows; clearly an ordinal ranking attribute, not a key"
},
{
"column": "label",
"label": "none",
"confidence": 0.98,
"reason": "Only 9 distinct values with 37% nulls; descriptive attribute, not a key"
},
{
"column": "value",
"label": "none",
"confidence": 0.99,
"reason": "Numeric measure (0.008-0.806 range); 104 distinct values but clearly a metric/measurement, not a key"
},
{
"column": "remainder_count",
"label": "none",
"confidence": 0.99,
"reason": "Only 11 distinct values with 78% nulls; numeric measure, not a key"
}
]
}
```