PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 14 hours 44 minutes 14 seconds
Memory
Total
512MB
Used
13,24MB (2.59%)
Free
498,76MB
Keys
Current
10 108
Total (since start)
11 096
Evictions
0
Reclaimed
189
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
69 731
Rejected
0
llm:cde1edf41f7909e2f8a6b6da3e5bebb747c95fae7018e7433a26d01e63f3c1a9
Edit
```json
{
"classifications": [
{
"column": "id",
"role": "identifier",
"confidence": 1.0,
"reason": "Primary key with unique values for each row"
},
{
"column": "job_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Unique job identifier (321 distinct values in 321 rows), used for joining"
},
{
"column": "dataset_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key referencing dataset table, used for joining"
},
{
"column": "batch_id",
"role": "identifier",
"confidence": 0.9,
"reason": "Foreign key for batch grouping (currently all null but structurally an identifier)"
},
{
"column": "tenant_id",
"role": "dimension",
"confidence": 0.95,
"reason": "Low cardinality (1 value), used for filtering/grouping by tenant"
},
{
"column": "type",
"role": "dimension",
"confidence": 1.0,
"reason": "Categorical field with 6 distinct job types, used for grouping and filtering"
},
{
"column": "status",
"role": "dimension",
"confidence": 1.0,
"reason": "Categorical field with 3 distinct statuses, used for grouping and filtering"
},
{
"column": "current_phase",
"role": "dimension",
"confidence": 0.8,
"reason": "Categorical field for job phase (currently all null but structurally a dimension)"
},
{
"column": "progress_pct",
"role": "measure",
"confidence": 1.0,
"reason": "Numeric percentage value to be aggregated (avg/max)"
},
{
"column": "error_count",
"role": "measure",
"confidence": 1.0,
"reason": "Numeric count to be aggregated (sum/avg)"
},
{
"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"
},
{
"column": "elapsed_ms",
"role": "measure",
"confidence": 1.0,
"reason": "Numeric duration in milliseconds to be aggregated (sum/avg/max)"
},
{
"column": "phases_json",
"role": "attribute",
"confidence": 0.9,
"reason": "JSON text field for display (currently all null but structurally descriptive content)"
},
{
"column": "created_at",
"role": "dimension",
"confidence": 1.0,
"reason": "Timestamp used for filtering, grouping by time periods, and temporal analysis"
},
{
"column": "updated_at",
"role": "dimension",
"confidence": 1.0,
"reason": "Timestamp used for filtering, grouping by time periods, and temporal analysis"
}
]
}
```