PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 19 hours 43 seconds
Memory
Total
512MB
Used
8,15MB (1.59%)
Free
503,85MB
Keys
Current
6 252
Total (since start)
11 098
Evictions
0
Reclaimed
299
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
72 493
Rejected
0
llm:fac3ebe251d88e4a7e93c644632f8badb3a0c4d4b268944489e19ecd98399742
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"
}
]
}
```