PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 8 hours 59 minutes 46 seconds
Memory
Total
512MB
Used
13,32MB (2.6%)
Free
498,68MB
Keys
Current
10 162
Total (since start)
11 092
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
2 / 1 024 max
Total
64 621
Rejected
0
llm:ade63758609312d1615c8cca713840c012751e4376a4990094b3e8b28d67aa9c
Edit
```json
{
"classifications": [
{
"column": "account",
"label": "primary_key",
"confidence": 0.95,
"reason": "100% distinct (85/85), zero nulls, represents unique account names"
},
{
"column": "sector",
"label": "none",
"confidence": 1.0,
"reason": "Low cardinality (10 distinct values), categorical attribute"
},
{
"column": "year_established",
"label": "none",
"confidence": 1.0,
"reason": "35 distinct values for 85 rows, temporal attribute with repeating years"
},
{
"column": "revenue",
"label": "none",
"confidence": 1.0,
"reason": "100% distinct but numeric measure, not a key field"
},
{
"column": "employees",
"label": "none",
"confidence": 1.0,
"reason": "100% distinct but numeric measure, not a key field"
},
{
"column": "office_location",
"label": "none",
"confidence": 1.0,
"reason": "Low cardinality (15 distinct values), categorical attribute"
},
{
"column": "subsidiary_of",
"label": "foreign_key",
"confidence": 0.85,
"reason": "References account names (self-referential FK), low cardinality (8 values) with empty string for non-subsidiaries"
}
]
}
```