PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 13 hours 47 minutes 55 seconds
Memory
Total
512MB
Used
13,33MB (2.6%)
Free
498,67MB
Keys
Current
10 166
Total (since start)
11 096
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
69 088
Rejected
0
llm:d09c9b6a070c63d14a0d76fbfb1ea8e6960e39b7132ef6d15ecdb08336f2438e
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"
}
]
}
```