PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 19 hours 52 minutes 22 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
73 267
Rejected
0
llm:9b5a237e716af34f5c7beef6c0a639cff5c74566de069731490d7fbb88d94f40
Edit
```json
{
"classifications": [
{
"column": "id",
"label": "primary_key",
"confidence": 1.0,
"reason": "BIGINT with 321 distinct values in 321 rows, zero nulls - perfect uniqueness"
},
{
"column": "job_id",
"label": "primary_key",
"confidence": 0.95,
"reason": "VARCHAR with 321 distinct values in 321 rows, zero nulls - alternate primary key candidate"
},
{
"column": "dataset_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "109 distinct values in 321 rows with pattern d_* - references datasets table"
},
{
"column": "batch_id",
"label": "none",
"confidence": 1.0,
"reason": "100% null rate - no data present"
},
{
"column": "tenant_id",
"label": "foreign_key",
"confidence": 0.85,
"reason": "Single value 'default' - references tenants table, low cardinality foreign key"
},
{
"column": "type",
"label": "none",
"confidence": 1.0,
"reason": "6 distinct values - categorical attribute, not a key"
},
{
"column": "status",
"label": "none",
"confidence": 1.0,
"reason": "3 distinct values - categorical status field, not a key"
},
{
"column": "current_phase",
"label": "none",
"confidence": 1.0,
"reason": "100% null rate - no data present"
},
{
"column": "progress_pct",
"label": "none",
"confidence": 1.0,
"reason": "Single value (0) - metric field, not a key"
},
{
"column": "error_count",
"label": "none",
"confidence": 1.0,
"reason": "2 distinct values - metric field, not a key"
},
{
"column": "started_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp field - temporal attribute, not a key"
},
{
"column": "finished_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp field - temporal attribute, not a key"
},
{
"column": "elapsed_ms",
"label": "none",
"confidence": 1.0,
"reason": "Numeric metric with 6.2% nulls - duration measurement, not a key"
},
{
"column": "phases_json",
"label": "none",
"confidence": 1.0,
"reason": "100% null rate - no data present"
},
{
"column": "created_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp field - audit attribute, not a key"
},
{
"column": "updated_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp field - audit attribute, not a key"
}
]
}
```