PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 18 hours 5 minutes 12 seconds
Memory
Total
512MB
Used
8,23MB (1.61%)
Free
503,77MB
Keys
Current
6 302
Total (since start)
11 098
Evictions
0
Reclaimed
298
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
71 864
Rejected
0
llm:0f2a3b16e59a1a833ed9cb8bb67f1866bde28058d675be39d49f1cce3a57f5e3
Edit
```json
{
"classifications": [
{
"column": "dataset_id",
"label": "primary_key",
"confidence": 1.0,
"reason": "100% distinct (9/9), zero nulls, ID format with 'd_' prefix - uniquely identifies each deleted dataset"
},
{
"column": "tenant_id",
"label": "foreign_key",
"confidence": 0.9,
"reason": "Named as foreign key (_id suffix), 100% null in this sample but likely references tenant table"
},
{
"column": "name",
"label": "none",
"confidence": 1.0,
"reason": "Dataset name attribute, 100% distinct but descriptive text not a key"
},
{
"column": "source",
"label": "none",
"confidence": 1.0,
"reason": "Categorical attribute with 2 values (huggingface, kaggle), not a key"
},
{
"column": "origin_url",
"label": "none",
"confidence": 1.0,
"reason": "URL attribute with 89% nulls, not suitable as key"
},
{
"column": "created_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp attribute, 100% distinct but temporal metadata not a key"
},
{
"column": "deleted_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp attribute, 100% distinct but temporal metadata not a key"
},
{
"column": "purged_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp attribute, 100% distinct but temporal metadata not a key"
},
{
"column": "table_count",
"label": "none",
"confidence": 1.0,
"reason": "Numeric metric with 67% nulls, only 3 distinct values - aggregate measure"
},
{
"column": "total_rows",
"label": "none",
"confidence": 1.0,
"reason": "Numeric metric with 67% nulls, only 3 distinct values - aggregate measure"
},
{
"column": "steps_completed_json",
"label": "none",
"confidence": 1.0,
"reason": "JSON array of completed steps, only 2 distinct values - process metadata"
},
{
"column": "steps_failed_json",
"label": "none",
"confidence": 1.0,
"reason": "JSON array with single value (empty array), process metadata not a key"
}
]
}
```