PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 8 hours 14 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
3 / 1 024 max
Total
63 519
Rejected
0
llm:90643b913fca47c301fa8f7ab7430ee082685e6d1d696f33c61752b538560ff2
Edit
```json
{
"classifications": [
{
"column": "state_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Primary key with unique sequential integers (622 distinct values in 622 rows)"
},
{
"column": "State",
"role": "dimension",
"confidence": 0.95,
"reason": "State names used for grouping and filtering; 620 distinct values suggests categorical dimension"
},
{
"column": "country_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key referencing country table; used for joins despite repetition (27 distinct values)"
},
{
"column": "hasbrewer",
"role": "measure",
"confidence": 0.9,
"reason": "Numeric values (0-2483) representing count or quantity of brewers; suitable for aggregation"
},
{
"column": "msrepl_tran_version",
"role": "identifier",
"confidence": 1.0,
"reason": "UUID/GUID for replication tracking; unique per row (622 distinct), never aggregated"
}
]
}
```