PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 19 hours 1 minute 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
4 / 1 024 max
Total
72 546
Rejected
0
llm:57b475f36a3429576011cc57410195864805119de9b82c196426940512ac5897
Edit
```json
{
"classifications": [
{
"column": "id",
"label": "primary_key",
"confidence": 1.0,
"reason": "100% distinct (43853/43853), zero nulls, BIGINT type - perfect primary key"
},
{
"column": "columns_catalog_id",
"label": "foreign_key",
"confidence": 1.0,
"reason": "References columns_catalog table; 6880 distinct vs 43853 rows shows repetition typical of foreign keys"
},
{
"column": "family",
"label": "none",
"confidence": 1.0,
"reason": "Only 10 distinct values - categorical attribute, not a key"
},
{
"column": "tag",
"label": "none",
"confidence": 1.0,
"reason": "Only 52 distinct values - categorical attribute, not a key"
},
{
"column": "confidence",
"label": "none",
"confidence": 1.0,
"reason": "Only 33 distinct numeric values - metric/measure column, not a key"
},
{
"column": "source",
"label": "none",
"confidence": 1.0,
"reason": "Only 2 distinct values (algorithmic, llm) - categorical attribute, not a key"
},
{
"column": "created_at",
"label": "none",
"confidence": 1.0,
"reason": "Only 147 distinct timestamps - audit column, not a key"
},
{
"column": "updated_at",
"label": "none",
"confidence": 1.0,
"reason": "Only 147 distinct timestamps - audit column, not a key"
},
{
"column": "metadata",
"label": "none",
"confidence": 1.0,
"reason": "2353 distinct values with 56.8% nulls - JSON metadata field, not a key"
}
]
}
```