PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 15 hours 45 minutes 2 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
3 / 1 024 max
Total
70 542
Rejected
0
llm:1da32eb94826f2b7c6f9ad9b2572a9fbad134ec38a5a2608cd383758224623c9
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"
}
]
}
```