PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 19 hours 1 minute 11 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
3 / 1 024 max
Total
72 545
Rejected
0
llm:56604a1a066e71de1940088ff5cf8b53506959c80236b000d1cff6f2823e82da
Edit
```json
{
"classifications": [
{
"column": "dataset_id",
"label": "primary_key",
"confidence": 1.0,
"reason": "100% distinct (9/9), zero nulls, ID format with 'd_' prefix"
},
{
"column": "tenant_id",
"label": "foreign_key",
"confidence": 0.9,
"reason": "References tenant table; 100% null in this sample but typical FK pattern"
},
{
"column": "name",
"label": "none",
"confidence": 1.0,
"reason": "Dataset name attribute, not a key despite being unique in small sample"
},
{
"column": "source",
"label": "none",
"confidence": 1.0,
"reason": "Categorical attribute with 2 values (huggingface, kaggle)"
},
{
"column": "origin_url",
"label": "none",
"confidence": 1.0,
"reason": "URL attribute with high null rate (89%)"
},
{
"column": "created_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp attribute, not a key"
},
{
"column": "deleted_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp attribute, not a key"
},
{
"column": "purged_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp attribute, not a key"
},
{
"column": "table_count",
"label": "none",
"confidence": 1.0,
"reason": "Numeric metric with 67% null rate"
},
{
"column": "total_rows",
"label": "none",
"confidence": 1.0,
"reason": "Numeric metric with 67% null rate"
},
{
"column": "steps_completed_json",
"label": "none",
"confidence": 1.0,
"reason": "JSON array attribute tracking completion steps"
},
{
"column": "steps_failed_json",
"label": "none",
"confidence": 1.0,
"reason": "JSON array attribute tracking failed steps"
}
]
}
```