PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 19 hours 48 minutes 10 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
4 / 1 024 max
Total
72 851
Rejected
0
llm:c7bbdca69f37d5ba8adf6bd6875dee2a2555e01f8adbdf20561ed49ae05838e0
Edit
```json
{
"classifications": [
{
"column": "id",
"role": "identifier",
"confidence": 1.0,
"reason": "Primary key with unique values per row (417 distinct in 417 rows)"
},
{
"column": "jobs_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key referencing jobs table, used for joins"
},
{
"column": "dataset_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key with UUID-like format (d_*) referencing datasets"
},
{
"column": "batch_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key with batch_* format identifying processing batches"
},
{
"column": "tables_catalog_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key referencing tables catalog, high null rate but still a join key"
},
{
"column": "columns_catalog_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key referencing columns catalog, high null rate but still a join key"
},
{
"column": "kind",
"role": "dimension",
"confidence": 1.0,
"reason": "Low-cardinality categorical field (2 values: high_null, other) for grouping/filtering"
},
{
"column": "severity",
"role": "dimension",
"confidence": 1.0,
"reason": "Low-cardinality categorical field (2 values: high, medium) for grouping/filtering"
},
{
"column": "message",
"role": "attribute",
"confidence": 1.0,
"reason": "Descriptive text field with high cardinality (197 distinct), meant for display not aggregation"
},
{
"column": "details_json",
"role": "attribute",
"confidence": 1.0,
"reason": "JSON-formatted descriptive content for display, not for grouping or aggregation"
}
]
}
```