PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 17 hours 20 minutes 55 seconds
Memory
Total
512MB
Used
8,23MB (1.61%)
Free
503,77MB
Keys
Current
6 304
Total (since start)
11 096
Evictions
0
Reclaimed
298
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
71 581
Rejected
0
llm:eabda77fad4853863df21573576e999af90d5e4d93cf49723dfccba47aff772e
Edit
```json
{
"classifications": [
{
"column": "dataset_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "50% distinct (99/198), zero nulls; references dataset table, 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 row in this lifecycle table"
},
{
"column": "tenant_id",
"label": "foreign_key",
"confidence": 0.9,
"reason": "Single value 'default' across all rows; references tenant table, typical multi-tenant pattern"
},
{
"column": "submitted_at",
"label": "none",
"confidence": 0.95,
"reason": "Timestamp field; 100% distinct but semantic role is temporal metadata, not a key"
},
{
"column": "insights_ready_at",
"label": "none",
"confidence": 0.95,
"reason": "Timestamp field with 36% nulls; temporal metadata tracking completion time"
},
{
"column": "time_to_insights_ms",
"label": "none",
"confidence": 1.0,
"reason": "Numeric metric measuring duration; derived/calculated field, not a key"
},
{
"column": "status",
"label": "none",
"confidence": 1.0,
"reason": "Categorical field with 6 distinct values; status enumeration, not a key"
},
{
"column": "status_reason",
"label": "none",
"confidence": 1.0,
"reason": "Descriptive text field with 60% nulls; explanatory metadata, not a key"
},
{
"column": "phases_json",
"label": "none",
"confidence": 1.0,
"reason": "100% null; no data present, cannot be a key"
},
{
"column": "created_at",
"label": "none",
"confidence": 0.95,
"reason": "Timestamp field; 97% distinct but semantic role is audit metadata, not a key"
},
{
"column": "updated_at",
"label": "none",
"confidence": 0.95,
"reason": "Timestamp field; 78% distinct, audit metadata tracking last modification"
},
{
"column": "insights_started_at",
"label": "none",
"confidence": 0.95,
"reason": "Timestamp field with 36% nulls; temporal metadata, not a key"
}
]
}
```