PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 2 hours 56 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
3 / 1 024 max
Total
51 242
Rejected
0
llm:1facd13fd7b9f53d29b34a755f9754483a1c78c7cf3f4aed5b8696c9133f22b3
Edit
```json
{
"classifications": [
{
"column": "tenant_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "Single value 'default' across all rows suggests multi-tenant architecture; likely references tenants table"
},
{
"column": "dataset_id",
"label": "primary_key",
"confidence": 1.0,
"reason": "100% distinct (109/109), zero nulls, prefixed 'd_' pattern indicates primary key"
},
{
"column": "name",
"label": "none",
"confidence": 0.95,
"reason": "83.5% distinct (91/109), descriptive attribute, not a key"
},
{
"column": "source",
"label": "none",
"confidence": 1.0,
"reason": "Only 5 distinct values, categorical attribute indicating data source type"
},
{
"column": "origin_url",
"label": "none",
"confidence": 0.9,
"reason": "74.3% distinct with 14.7% nulls, descriptive URL attribute, not a key"
},
{
"column": "origin_slug",
"label": "none",
"confidence": 0.9,
"reason": "77.1% distinct with 11.9% nulls, descriptive slug attribute, not a key"
},
{
"column": "created_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp attribute, 100% distinct but temporal metadata, not a key"
},
{
"column": "updated_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp attribute, 100% distinct but temporal metadata, not a key"
},
{
"column": "status",
"label": "none",
"confidence": 1.0,
"reason": "Only 3 distinct values (deleted, ingesting, ready), categorical status field"
},
{
"column": "current_batch_id",
"label": "foreign_key",
"confidence": 0.85,
"reason": "88.1% distinct with 11.9% nulls, 'batch_' prefix suggests references batch table"
},
{
"column": "dataset_dir",
"label": "none",
"confidence": 0.95,
"reason": "100% distinct but derived from dataset_id, file path attribute, not a key"
},
{
"column": "tags_json",
"label": "none",
"confidence": 1.0,
"reason": "100% null, no data present, JSON attribute field"
}
]
}
```