PHPMem v2.0.1

Version
1.6.45
Uptime
7 days 4 hours 58 minutes 42 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
60 554
Rejected
0
llm:90fecefbe28adee57387466e5500d047226cd1c5a5094690ff09071fcf12718c
TTL 3 days 20 hours 58 minutes 48 seconds Size 1,13KB Export
Edit
```json { "classifications": [ { "column": "country_id", "role": "identifier", "confidence": 1.0, "reason": "Primary key with unique values (251 distinct in 251 rows) used to identify each country" }, { "column": "name", "role": "attribute", "confidence": 0.95, "reason": "Descriptive country name for display; while unique, it's free-form text not used for joining" }, { "column": "code", "role": "identifier", "confidence": 0.85, "reason": "Country code (e.g., AD, AE) serves as an alternate key/identifier for joining or lookups" }, { "column": "continent", "role": "dimension", "confidence": 1.0, "reason": "Low-cardinality categorical field (6 values) used to group, filter, or slice data" }, { "column": "has_brewer", "role": "dimension", "confidence": 1.0, "reason": "Boolean flag (2 values) used to filter or segment countries by brewer presence" } ] } ```