PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 15 hours 55 minutes 24 seconds
Memory
Total
512MB
Used
10,72MB (2.09%)
Free
501,28MB
Keys
Current
8 118
Total (since start)
11 096
Evictions
0
Reclaimed
206
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
2 / 1 024 max
Total
70 646
Rejected
0
llm:a2afd8e164408eb6609c0314d23f8c929270db84c620a5cd61f263a68dcc56b9
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"
}
]
}
```