PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 8 hours 32 minutes 6 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
2 / 1 024 max
Total
63 980
Rejected
0
llm:15322496a1e161578a10cdd82f12ababf20e89cdaba606ce2242e4234b8fe07a
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"
}
]
}
```