PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 19 hours 1 minute 12 seconds
Memory
Total
512MB
Used
8,15MB (1.59%)
Free
503,85MB
Keys
Current
6 252
Total (since start)
11 098
Evictions
0
Reclaimed
299
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
72 560
Rejected
0
llm:928624dc953d47144100affd661958b95e1a06840e14c6cace1f1920418c6b2c
Edit
```json
{
"classifications": [
{
"column": "dataset_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "References dataset table; 82 distinct values across 110 rows shows repetition typical of foreign keys"
},
{
"column": "batch_id",
"label": "primary_key",
"confidence": 0.98,
"reason": "100% distinct (110/110), zero nulls; uniquely identifies each ranking batch"
},
{
"column": "content_key",
"label": "none",
"confidence": 0.85,
"reason": "100% distinct hash values but appears to be content identifier rather than row key; batch_id is the true primary key"
},
{
"column": "method",
"label": "none",
"confidence": 1.0,
"reason": "Only 1 distinct value ('llm'); constant column, not a key"
},
{
"column": "ranking_json",
"label": "none",
"confidence": 1.0,
"reason": "Payload column containing ranking data; not a key despite 100% distinct"
},
{
"column": "created_at",
"label": "none",
"confidence": 0.9,
"reason": "Timestamp column; 100% distinct but temporal metadata, not a key"
},
{
"column": "updated_at",
"label": "none",
"confidence": 0.9,
"reason": "Timestamp column; 100% distinct but temporal metadata, not a key"
}
]
}
```