PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 21 hours 32 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
74 200
Rejected
0
llm:13f78b89d1295517106baa1da379ff46501c59429a6551ca931a0b89fa8efdad
Edit
```json
{
"classifications": [
{
"column": "dataset_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Primary key with prefix 'd_' pattern, used to identify dataset rows"
},
{
"column": "batch_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key with 'batch_' prefix, unique per row, used for joins"
},
{
"column": "tenant_id",
"role": "dimension",
"confidence": 0.95,
"reason": "Low cardinality (1 value), used for filtering/grouping by tenant"
},
{
"column": "submitted_at",
"role": "dimension",
"confidence": 0.95,
"reason": "Timestamp for slicing/filtering data by submission time"
},
{
"column": "insights_ready_at",
"role": "dimension",
"confidence": 0.95,
"reason": "Timestamp for slicing/filtering by completion time"
},
{
"column": "time_to_insights_ms",
"role": "measure",
"confidence": 1.0,
"reason": "Numeric duration metric to be aggregated (avg/sum/min/max)"
},
{
"column": "status",
"role": "dimension",
"confidence": 1.0,
"reason": "Categorical field with 6 distinct values for grouping/filtering"
},
{
"column": "status_reason",
"role": "attribute",
"confidence": 0.95,
"reason": "Free-form descriptive text explaining status, displayed but not grouped"
},
{
"column": "phases_json",
"role": "attribute",
"confidence": 0.9,
"reason": "JSON content field (all null), descriptive data not for aggregation"
},
{
"column": "created_at",
"role": "dimension",
"confidence": 0.95,
"reason": "Timestamp for filtering/grouping by creation time"
},
{
"column": "updated_at",
"role": "dimension",
"confidence": 0.95,
"reason": "Timestamp for filtering/grouping by update time"
},
{
"column": "insights_started_at",
"role": "dimension",
"confidence": 0.95,
"reason": "Timestamp for slicing/filtering by start time"
}
]
}
```