PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 22 hours 21 minutes 26 seconds
Memory
Total
512MB
Used
8,13MB (1.59%)
Free
503,87MB
Keys
Current
6 245
Total (since start)
11 098
Evictions
0
Reclaimed
306
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
74 610
Rejected
0
llm:016c3e018ec178d091a5f8932d9d62bba44e1456d27c6183cd4ce79db7df698e
Edit
```json
{
"classifications": [
{
"column": "id",
"label": "primary_key",
"confidence": 1.0,
"reason": "BIGINT, 100% distinct (321/321), zero nulls, auto-incrementing pattern"
},
{
"column": "job_id",
"label": "primary_key",
"confidence": 0.95,
"reason": "VARCHAR with j_ prefix pattern, 100% distinct (321/321), zero nulls, appears to be natural key"
},
{
"column": "dataset_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "VARCHAR with d_ prefix, 109 distinct values across 321 rows (34%), references datasets table"
},
{
"column": "batch_id",
"label": "foreign_key",
"confidence": 0.7,
"reason": "100% null currently but naming convention suggests FK to batches table"
},
{
"column": "tenant_id",
"label": "foreign_key",
"confidence": 0.85,
"reason": "Single value 'default', typical multi-tenancy FK pattern"
},
{
"column": "type",
"label": "none",
"confidence": 1.0,
"reason": "Categorical attribute with 6 distinct job types"
},
{
"column": "status",
"label": "none",
"confidence": 1.0,
"reason": "Categorical attribute with 3 status values"
},
{
"column": "current_phase",
"label": "none",
"confidence": 1.0,
"reason": "Attribute column, 100% null"
},
{
"column": "progress_pct",
"label": "none",
"confidence": 1.0,
"reason": "Numeric metric, single value (0)"
},
{
"column": "error_count",
"label": "none",
"confidence": 1.0,
"reason": "Numeric metric with 2 distinct values"
},
{
"column": "started_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp attribute, 100% distinct but temporal data not a key"
},
{
"column": "finished_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp attribute, 100% distinct but temporal data not a key"
},
{
"column": "elapsed_ms",
"label": "none",
"confidence": 1.0,
"reason": "Numeric metric with 6.2% nulls, calculated duration"
},
{
"column": "phases_json",
"label": "none",
"confidence": 1.0,
"reason": "JSON attribute column, 100% null"
},
{
"column": "created_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp attribute, audit field"
},
{
"column": "updated_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp attribute, audit field"
}
]
}
```