PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 10 hours 38 minutes 56 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
2 / 1 024 max
Total
66 005
Rejected
0
llm:d2467d47459dfe93059ffbc0f8be3f935d2711ccd776fefe3b5e238617c2269a
Edit
```json
{
"classifications": [
{
"column": "id",
"label": "primary_key",
"confidence": 1.0,
"reason": "100% distinct (444/444), zero nulls, BIGINT type - perfect primary key"
},
{
"column": "tenant_id",
"label": "foreign_key",
"confidence": 0.85,
"reason": "Single value 'default' suggests tenant reference, typical multi-tenant pattern"
},
{
"column": "dataset_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "95 distinct values in 444 rows (21%), prefixed 'd_', references dataset table"
},
{
"column": "batch_id",
"label": "foreign_key",
"confidence": 0.9,
"reason": "147 distinct in 444 rows (33%), prefixed 'batch_', references batch processing table"
},
{
"column": "engine",
"label": "none",
"confidence": 1.0,
"reason": "Categorical attribute with 3 values (lucene, tantivy, whoosh), not a key"
},
{
"column": "index_name",
"label": "none",
"confidence": 0.9,
"reason": "97 distinct in 444 rows (22%), descriptive name field, not a key"
},
{
"column": "ok",
"label": "none",
"confidence": 1.0,
"reason": "Boolean flag (0/1), status indicator, not a key"
},
{
"column": "docs_indexed",
"label": "none",
"confidence": 1.0,
"reason": "Metric column counting indexed documents, not a key"
},
{
"column": "build_ms",
"label": "none",
"confidence": 1.0,
"reason": "Metric column measuring build time in milliseconds, not a key"
},
{
"column": "index_bytes",
"label": "none",
"confidence": 1.0,
"reason": "Metric column measuring index size in bytes, not a key"
},
{
"column": "error_text",
"label": "none",
"confidence": 1.0,
"reason": "Error message field, 99.5% null, descriptive attribute, not a key"
},
{
"column": "created_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp field for record creation, not a key"
}
]
}
```