PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 12 hours 43 minutes 51 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 254
Rejected
0
llm:f7cc25ddca9664167d4c89f821f3102c33911b64c3caa0694b437f57c25a527c
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"
}
]
}
```