PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 19 hours 50 minutes 11 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 011
Rejected
0
llm:cacac7c3b37d4d3ae47666ef9a45defd1d4a06f9b72c71f246dedc10ed34ad89
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 UUID-like format (batch_*) referencing batches"
},
{
"column": "tables_catalog_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key referencing tables catalog, used for joins despite high null rate"
},
{
"column": "columns_catalog_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key referencing columns catalog, used for joins despite high null rate"
},
{
"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), displayed but not aggregated"
},
{
"column": "details_json",
"role": "attribute",
"confidence": 1.0,
"reason": "JSON-formatted descriptive content for display, not for grouping or aggregation"
}
]
}
```