PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 8 hours 29 minutes 22 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
63 907
Rejected
0
llm:c6c7fee8564aa9269822ed2619e05fbb917e433547cde8a731000e34e53e8f6b
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"
}
]
}
```