PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 20 hours 38 minutes
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 477
Rejected
0
llm:a09d9dc2bd22b4ff8301bbd9214351a5ec1074db7f842a9e6a6260cd162a2c59
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"
}
]
}
```