PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 7 hours 38 minutes 37 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
2 / 1 024 max
Total
62 992
Rejected
0
llm:fab1817fa643eefe65c61ca7de12e9afb3fbcf323398c940157f7c9dfce27b41
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"
}
]
}
```