PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 13 hours 50 minutes 8 seconds
Memory
Total
512MB
Used
13,33MB (2.6%)
Free
498,67MB
Keys
Current
10 166
Total (since start)
11 096
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
69 219
Rejected
0
llm:be18150d8234973a25951e83a38db15dd3d3794ea65be1f8d72ce383b0633c2c
Edit
```json
{
"classifications": [
{
"column": "id",
"label": "primary_key",
"confidence": 1.0,
"reason": "100% distinct (10/10), zero nulls, BIGINT type typical for primary keys"
},
{
"column": "dataset_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "References dataset table; 3 distinct values across 10 rows shows repetition; naming convention indicates FK"
},
{
"column": "component",
"label": "none",
"confidence": 0.9,
"reason": "Categorical attribute with 4 distinct values; describes component type, not a key"
},
{
"column": "reason",
"label": "none",
"confidence": 1.0,
"reason": "Descriptive text field with only 2 distinct values; clearly an attribute, not a key"
},
{
"column": "flagged_at",
"label": "none",
"confidence": 0.95,
"reason": "Timestamp field; 100% distinct but temporal attribute, not used for identification or joins"
}
]
}
```