PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 7 hours 33 minutes 11 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
3 / 1 024 max
Total
62 853
Rejected
0
llm:0156fbde3ab3daa485a33198a60ed57105f917130cf59eb4db194dc1102ce50f
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"
}
]
}
```