PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 20 hours 38 minutes 3 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 505
Rejected
0
llm:e84fd68d1d51fec04e2e18e8f64a105a0dae367a02a722962621ec0ba63bbe34
Edit
```json
{
"classifications": [
{
"column": "jobs_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key referencing jobs table; used for joining"
},
{
"column": "chart_id",
"role": "identifier",
"confidence": 0.95,
"reason": "Low cardinality (7 distinct) code identifying chart type; acts as chart key"
},
{
"column": "title",
"role": "attribute",
"confidence": 0.9,
"reason": "Descriptive display name for charts; corresponds 1:1 with chart_id"
},
{
"column": "caption",
"role": "attribute",
"confidence": 1.0,
"reason": "Long-form descriptive text for display; not grouped or aggregated"
},
{
"column": "section_id",
"role": "dimension",
"confidence": 0.5,
"reason": "100% null but name suggests categorical grouping field; would be dimension if populated"
},
{
"column": "bytes",
"role": "measure",
"confidence": 1.0,
"reason": "Numeric quantity (file size) suitable for aggregation (sum/avg)"
},
{
"column": "width",
"role": "measure",
"confidence": 0.7,
"reason": "100% null but name suggests numeric dimension measurement; would be measure if populated"
},
{
"column": "height",
"role": "measure",
"confidence": 0.7,
"reason": "100% null but name suggests numeric dimension measurement; would be measure if populated"
}
]
}
```