PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 17 hours 18 minutes 26 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 481
Rejected
0
llm:7ad0057cb52233a0e7a988f722391e72a9c70cd10c2ad47ae5544f6dda21550c
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 with 100% distinct, zero nulls; likely uniquely identifies each brief generation bundle"
},
{
"column": "brief_json",
"label": "none",
"confidence": 0.95,
"reason": "JSON payload containing analysis results; data content, not a key"
},
{
"column": "model",
"label": "none",
"confidence": 0.9,
"reason": "Attribute indicating which AI model generated the brief; descriptive metadata, not a key"
},
{
"column": "generated_at",
"label": "none",
"confidence": 0.95,
"reason": "Timestamp of generation; temporal attribute, not a key"
}
]
}
```