PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 21 hours 31 minutes 54 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 178
Rejected
0
llm:f65fe83280998bfce0973cced5baf9c44d1c75218877c089b710a6a7abeb3f30
Edit
```json
{
"classifications": [
{
"column": "id",
"label": "primary_key",
"confidence": 1.0,
"reason": "BIGINT type, 100% distinct (2/2), zero nulls, typical PK name"
},
{
"column": "dataset_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "References dataset table; _id suffix pattern indicates FK"
},
{
"column": "table_name",
"label": "none",
"confidence": 0.9,
"reason": "Descriptive attribute; part of composite reference but not standalone FK"
},
{
"column": "column_name",
"label": "none",
"confidence": 0.9,
"reason": "Descriptive attribute; part of composite reference but not standalone FK"
},
{
"column": "family",
"label": "none",
"confidence": 1.0,
"reason": "Low cardinality (1 distinct), categorical attribute"
},
{
"column": "tag",
"label": "none",
"confidence": 1.0,
"reason": "Low cardinality (1 distinct), categorical attribute"
},
{
"column": "changed_by",
"label": "none",
"confidence": 0.85,
"reason": "Audit field; low cardinality (1 distinct), likely user identifier but not a key"
},
{
"column": "changed_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp audit field; not a key column"
}
]
}
```