PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 20 hours 39 minutes 27 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
73 633
Rejected
0
llm:679b3e67a881e5e779510ac64ade0cc6d655948d897685f30c29e2dc2d3cd454
Edit
```json
{
"classifications": [
{
"column": "dataset_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "50% distinct (99/198), zero nulls, references dataset entity; values repeat indicating foreign key relationship"
},
{
"column": "batch_id",
"label": "primary_key",
"confidence": 0.98,
"reason": "100% distinct (198/198), zero nulls, uniquely identifies each lifecycle record"
},
{
"column": "tenant_id",
"label": "foreign_key",
"confidence": 0.9,
"reason": "Single value 'default', zero nulls, references tenant entity for multi-tenancy"
},
{
"column": "submitted_at",
"label": "none",
"confidence": 0.95,
"reason": "Timestamp field tracking submission time, not a key despite 100% distinct"
},
{
"column": "insights_ready_at",
"label": "none",
"confidence": 0.95,
"reason": "Timestamp field with 36% nulls, tracks completion time"
},
{
"column": "time_to_insights_ms",
"label": "none",
"confidence": 0.99,
"reason": "Numeric metric measuring duration, 36% nulls"
},
{
"column": "status",
"label": "none",
"confidence": 0.99,
"reason": "Categorical status field with 6 distinct values"
},
{
"column": "status_reason",
"label": "none",
"confidence": 0.99,
"reason": "Descriptive text field with 60% nulls"
},
{
"column": "phases_json",
"label": "none",
"confidence": 0.99,
"reason": "100% null, no data present"
},
{
"column": "created_at",
"label": "none",
"confidence": 0.95,
"reason": "Timestamp field tracking record creation, 97% distinct but not a key"
},
{
"column": "updated_at",
"label": "none",
"confidence": 0.95,
"reason": "Timestamp field tracking record updates, 78% distinct but not a key"
},
{
"column": "insights_started_at",
"label": "none",
"confidence": 0.95,
"reason": "Timestamp field with 36% nulls, tracks process start time"
}
]
}
```