PHPMem v2.0.1
Version
1.6.45
Uptime
8 days 7 minutes 16 seconds
Memory
Total
512MB
Used
7,68MB (1.5%)
Free
504,32MB
Keys
Current
5 910
Total (since start)
11 098
Evictions
0
Reclaimed
326
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
4 / 1 024 max
Total
75 482
Rejected
0
llm:50dd01e5bfff293710cb0a4aa2650009ccc30191747f68a7eb2215bceb167d60
Edit
```json
{
"classifications": [
{
"column": "id",
"label": "primary_key",
"confidence": 1.0,
"reason": "100% distinct (902/902), zero nulls, BIGINT type - perfect primary key"
},
{
"column": "dataset_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "95 distinct values in 902 rows (10.5%), references dataset table"
},
{
"column": "batch_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "96 distinct values in 902 rows (10.6%), references batch table"
},
{
"column": "engine",
"label": "none",
"confidence": 1.0,
"reason": "Categorical attribute with only 2 values (duckdb, whoosh)"
},
{
"column": "query_text",
"label": "none",
"confidence": 1.0,
"reason": "Query content field, 85% distinct but not a key - stores actual query strings"
},
{
"column": "description",
"label": "none",
"confidence": 1.0,
"reason": "Descriptive text field, 91% distinct but not a key - stores query descriptions"
},
{
"column": "model_name",
"label": "none",
"confidence": 1.0,
"reason": "Categorical attribute with only 2 values (model names)"
},
{
"column": "latency_ms",
"label": "none",
"confidence": 1.0,
"reason": "Numeric metric field measuring query latency"
},
{
"column": "created_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp field, 20.5% distinct - records creation time"
}
]
}
```