PHPMem v2.0.1
Version
1.6.45
Uptime
8 days 4 hours 36 minutes 36 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
4 / 1 024 max
Total
77 014
Rejected
0
llm:9cdd008f9a654217a689181d13153c9c024b6b4f1b3868d421e39af387b05cb5
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; represents ranking/ordering within groups, not a key"
},
{
"column": "label",
"label": "none",
"confidence": 0.98,
"reason": "9 distinct values with 37% null rate; descriptive attribute, not a key"
},
{
"column": "value",
"label": "none",
"confidence": 0.99,
"reason": "104 distinct values but represents decimal measurements/metrics (0.008-0.806); a data value, not a key"
},
{
"column": "remainder_count",
"label": "none",
"confidence": 0.99,
"reason": "11 distinct values with 78% null rate; represents counts/aggregates, not a key"
}
]
}
```