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 139
Rejected
0
llm:11452cc682afc8de1c6afc7fe2024d17358819e00c1d930b2d90d4c6132e7e31
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"
}
]
}
```