PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 8 hours 15 minutes 18 seconds
Memory
Total
512MB
Used
13,32MB (2.6%)
Free
498,68MB
Keys
Current
10 162
Total (since start)
11 092
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
63 558
Rejected
0
llm:bd5705681b63a740faf8cd9ae8f6e7502582ea442172944b633143be25f1d402
Edit
```json
{
"classifications": [
{
"column": "batch_id",
"label": "primary_key",
"confidence": 1.0,
"reason": "100% distinct (304/304), zero nulls, uniquely identifies each batch row"
},
{
"column": "dataset_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "96 distinct values in 304 rows (31.6%), references dataset table"
},
{
"column": "tenant_id",
"label": "foreign_key",
"confidence": 0.9,
"reason": "Single value 'default', references tenant table for multi-tenancy"
},
{
"column": "started_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp field, not a key despite 100% distinct"
},
{
"column": "completed_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp field with nulls (6.25%), not a key"
},
{
"column": "status",
"label": "none",
"confidence": 1.0,
"reason": "Status enum with 3 values, not a key"
},
{
"column": "error_text",
"label": "none",
"confidence": 1.0,
"reason": "100% null, error message field"
},
{
"column": "total_rows",
"label": "none",
"confidence": 1.0,
"reason": "Numeric metric, 80 distinct values"
},
{
"column": "total_bytes",
"label": "none",
"confidence": 1.0,
"reason": "Numeric metric, 85 distinct values"
},
{
"column": "elapsed_ms",
"label": "none",
"confidence": 1.0,
"reason": "Numeric metric for duration, 276 distinct values"
},
{
"column": "engine_versions_json",
"label": "none",
"confidence": 1.0,
"reason": "JSON metadata with 7 distinct version combinations"
},
{
"column": "nettle_version",
"label": "none",
"confidence": 1.0,
"reason": "Version field with 2 distinct values"
},
{
"column": "job_id",
"label": "near_key",
"confidence": 0.95,
"reason": "97.0% distinct (295/304), zero nulls, almost unique but not quite"
},
{
"column": "content_hash",
"label": "none",
"confidence": 0.9,
"reason": "54.9% null rate disqualifies as key, hash field for content verification"
}
]
}
```