PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 14 hours 19 minutes 25 seconds
Memory
Total
512MB
Used
13,31MB (2.6%)
Free
498,69MB
Keys
Current
10 151
Total (since start)
11 096
Evictions
0
Reclaimed
167
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
2 / 1 024 max
Total
69 555
Rejected
0
llm:421c98a7397051bfdfb1b38ea6bdd237075efe23e9c40815700e6b9b72960324
Edit
```json
{
"classifications": [
{
"column": "dataset_id",
"label": "foreign_key",
"confidence": 0.85,
"reason": "References a dataset entity; naming convention (d_ prefix) and low cardinality suggest foreign key to datasets table"
},
{
"column": "batch_id",
"label": "foreign_key",
"confidence": 0.8,
"reason": "References a batch entity; naming convention (batch_ prefix) suggests foreign key to batches table"
},
{
"column": "bundle_hash",
"label": "primary_key",
"confidence": 0.7,
"reason": "Hash value appears to uniquely identify briefs; 100% distinct with no nulls in sample, though only 1 row limits certainty"
},
{
"column": "brief_json",
"label": "none",
"confidence": 0.95,
"reason": "JSON payload containing brief content; data attribute, not a key"
},
{
"column": "model",
"label": "none",
"confidence": 0.95,
"reason": "Model name attribute; descriptive field, not a key"
},
{
"column": "generated_at",
"label": "none",
"confidence": 0.95,
"reason": "Timestamp attribute; temporal metadata, not a key"
}
]
}
```