PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 20 hours 36 minutes 34 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 419
Rejected
0
llm:bf736d7015dd33be6472b628ccb638de4cc40387de9ae7327f1046edd91da7d1
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"
}
]
}
```