PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 5 hours 45 minutes 1 second
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
5 / 1 024 max
Total
61 148
Rejected
0
llm:7385053115a00a379b35cb21a9cf0014aef191d47402698195ef267596c7ba77
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 sales_agent dimension table"
},
{
"column": "product",
"label": "foreign_key",
"confidence": 0.85,
"reason": "7 distinct values across 8800 rows, likely references product dimension table"
},
{
"column": "account",
"label": "foreign_key",
"confidence": 0.8,
"reason": "86 distinct values across 8800 rows, likely references 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/metric with 23.7% nulls, not a key column"
}
]
}
```