PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 8 hours 30 minutes 29 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
63 942
Rejected
0
llm:a27bda90a188b3744b64458f7643e211e2c12fd32b0161d0b99611b59aad295a
Edit
```json
{
"classifications": [
{
"column": "opportunity_id",
"label": "primary_key",
"confidence": 1.0,
"reason": "100% distinct (8800/8800), zero nulls, uniquely identifies each opportunity"
},
{
"column": "sales_agent",
"label": "foreign_key",
"confidence": 0.85,
"reason": "30 distinct values across 8800 rows, likely references a sales_agent dimension table"
},
{
"column": "product",
"label": "foreign_key",
"confidence": 0.85,
"reason": "7 distinct values across 8800 rows, likely references a product dimension table"
},
{
"column": "account",
"label": "foreign_key",
"confidence": 0.8,
"reason": "86 distinct values across 8800 rows, likely references an account/customer table"
},
{
"column": "deal_stage",
"label": "none",
"confidence": 0.95,
"reason": "Categorical attribute with 4 stages, not a key column"
},
{
"column": "engage_date",
"label": "none",
"confidence": 0.95,
"reason": "Date attribute with 5.7% nulls, not a key column"
},
{
"column": "close_date",
"label": "none",
"confidence": 0.95,
"reason": "Date attribute with 23.7% nulls, not a key column"
},
{
"column": "close_value",
"label": "none",
"confidence": 0.95,
"reason": "Numeric measure (0-30288) with 23.7% nulls, not a key column"
}
]
}
```