PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 21 hours 29 minutes 26 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
5 / 1 024 max
Total
74 065
Rejected
0
llm:4f88fd0fbf69e9a7d689088f1890cf194c812a520eaa032c387b114eb9f65247
Edit
```json
{
"classifications": [
{
"column": "id",
"role": "identifier",
"confidence": 1.0,
"reason": "Primary key with unique values (1078 distinct in 1078 rows)"
},
{
"column": "dataset_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key referencing datasets, used for JOINs"
},
{
"column": "batch_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key referencing batches, used for JOINs"
},
{
"column": "module",
"role": "dimension",
"confidence": 1.0,
"reason": "Categorical field with 11 distinct values (analytics, bronze, catalog, etc.), used for grouping/filtering"
},
{
"column": "outcome",
"role": "dimension",
"confidence": 1.0,
"reason": "Categorical status field with 2 values (failed, success), used for grouping/filtering"
},
{
"column": "reason",
"role": "attribute",
"confidence": 1.0,
"reason": "Free-form descriptive text explaining failures, displayed but not aggregated (98% null)"
},
{
"column": "produced_json",
"role": "attribute",
"confidence": 0.95,
"reason": "JSON content field for display, nearly always null (99.9%), not grouped or aggregated"
},
{
"column": "attempt",
"role": "measure",
"confidence": 0.9,
"reason": "Numeric counter (1-5) that can be aggregated (avg/max attempts per stage)"
},
{
"column": "started_at",
"role": "dimension",
"confidence": 1.0,
"reason": "Timestamp used for filtering, grouping by time periods, and temporal analysis"
},
{
"column": "finished_at",
"role": "dimension",
"confidence": 1.0,
"reason": "Timestamp used for filtering, grouping by time periods, and temporal analysis"
}
]
}
```