PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 21 hours 31 minutes 20 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
74 142
Rejected
0
llm:063b338ab7d9b254128bd754fae3c808a7eb2694df80c5f20e79d8fd4ee15074
Edit
```json
{
"classifications": [
{
"column": "id",
"label": "primary_key",
"confidence": 1.0,
"reason": "100% distinct (1078/1078), zero nulls, BIGINT type, sequential values 1-1078"
},
{
"column": "dataset_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "84 distinct values across 1078 rows (7.8%), references dataset table"
},
{
"column": "batch_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "155 distinct values across 1078 rows (14.4%), references batch table"
},
{
"column": "module",
"label": "none",
"confidence": 1.0,
"reason": "Categorical attribute with 11 distinct values, not a key"
},
{
"column": "outcome",
"label": "none",
"confidence": 1.0,
"reason": "Status field with only 2 values (success/failed), not a key"
},
{
"column": "reason",
"label": "none",
"confidence": 1.0,
"reason": "Error message field, 98.2% null, not a key"
},
{
"column": "produced_json",
"label": "none",
"confidence": 1.0,
"reason": "JSON data field, 99.9% null, not a key"
},
{
"column": "attempt",
"label": "none",
"confidence": 1.0,
"reason": "Retry counter with 5 distinct values (1-5), not a key"
},
{
"column": "started_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp field, 100% distinct but temporal attribute, not a key"
},
{
"column": "finished_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp field, 99.8% distinct but temporal attribute, not a key"
}
]
}
```