PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 4 hours 57 minutes 51 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
60 527
Rejected
0
llm:81ed19fc2b48f197826035c87540802c7fbdc85527597db3b4cf89341b9c6cb2
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"
}
]
}
```