PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 12 hours 40 minutes 48 seconds
Memory
Total
512MB
Used
13,33MB (2.6%)
Free
498,67MB
Keys
Current
10 164
Total (since start)
11 094
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
4 / 1 024 max
Total
68 095
Rejected
0
llm:a295cad480aa81f4334fafa58ee4e3e2d1f7cb5e497e251de5207a08d3861f0b
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"
}
]
}
```