PHPMem v2.0.1
Version
1.6.45
Uptime
8 days 8 minutes 9 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
5 / 1 024 max
Total
75 508
Rejected
0
llm:856051492d2de1edd16439a6e47354aea87382109dc667522226a9326d740263
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 typical of foreign keys"
},
{
"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 represents event time, not an identifier"
}
]
}
```