PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 12 hours 42 minutes 2 seconds
Memory
Total
512MB
Used
13,33MB (2.6%)
Free
498,67MB
Keys
Current
10 164
Total (since start)
11 094
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
68 172
Rejected
0
llm:b94434d025b6c5eb9e8ced02d3abcebc9b6aa0eaff21868bea59f900902acfd7
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.9,
"reason": "References tenant table, single value 'default' suggests multi-tenant architecture"
},
{
"column": "dataset_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "References dataset table, 95 distinct values across 444 rows, typical FK pattern"
},
{
"column": "batch_id",
"label": "foreign_key",
"confidence": 0.9,
"reason": "References batch table, 147 distinct values across 444 rows, typical FK pattern"
},
{
"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.95,
"reason": "Descriptive attribute combining dataset_id and field name, not a key despite high distinctness"
},
{
"column": "ok",
"label": "none",
"confidence": 1.0,
"reason": "Boolean flag (0/1) indicating success/failure, 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 rate, not a key"
},
{
"column": "created_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp column for record creation, not a key"
}
]
}
```