PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 19 hours 48 minutes 57 seconds
Memory
Total
512MB
Used
8,15MB (1.59%)
Free
503,85MB
Keys
Current
6 252
Total (since start)
11 098
Evictions
0
Reclaimed
299
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
4 / 1 024 max
Total
72 906
Rejected
0
llm:00507fd014fb29bd07a180563aa3df318c460abb1deaef047d067fa7d5677181
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 identifiers)"
},
{
"column": "latency_ms",
"label": "none",
"confidence": 1.0,
"reason": "Numeric metric field measuring query latency, has nulls"
},
{
"column": "created_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp field, only 20% distinct - records creation time"
}
]
}
```