PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 21 hours 30 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
74 082
Rejected
0
llm:b3a38dea68b9e9f8e79134037ca90a6fe75dfa7c1f05db816142c35cffaeaf23
Edit
```json
{
"classifications": [
{
"column": "account",
"label": "primary_key",
"confidence": 1.0,
"reason": "100% distinct (85/85), zero nulls, uniquely identifies each account row"
},
{
"column": "sector",
"label": "none",
"confidence": 1.0,
"reason": "Low cardinality (10 distinct values), categorical attribute"
},
{
"column": "year_established",
"label": "none",
"confidence": 1.0,
"reason": "Temporal attribute with 35 distinct values across 85 rows, not a key"
},
{
"column": "revenue",
"label": "none",
"confidence": 1.0,
"reason": "Numeric measure, 100% distinct but represents financial metric not identifier"
},
{
"column": "employees",
"label": "none",
"confidence": 1.0,
"reason": "Numeric measure, 100% distinct but represents count metric not identifier"
},
{
"column": "office_location",
"label": "none",
"confidence": 1.0,
"reason": "Low cardinality (15 distinct values), categorical attribute for location"
},
{
"column": "subsidiary_of",
"label": "foreign_key",
"confidence": 0.95,
"reason": "References account names (self-referential FK), low cardinality (8 values) with repeating values"
}
]
}
```