PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 6 hours 23 minutes 42 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
3 / 1 024 max
Total
61 600
Rejected
0
llm:567fa8fba02ebae10fd5a85b28b9c37b9cb8898ae06cdb106237c7641a0b8428
Edit
```json
{
"classifications": [
{
"column": "metric_id",
"label": "primary_key",
"confidence": 1.0,
"reason": "100% distinct (2/2), zero nulls, ID-like naming pattern with 'm_' prefix"
},
{
"column": "dataset_id",
"label": "foreign_key",
"confidence": 1.0,
"reason": "ID-like naming with 'd_' prefix, references dataset table, values repeat (1 distinct for 2 rows)"
},
{
"column": "name",
"label": "none",
"confidence": 1.0,
"reason": "Descriptive metric names, not a key column"
},
{
"column": "sql_text",
"label": "none",
"confidence": 1.0,
"reason": "SQL query text content, not a key"
},
{
"column": "sql_fingerprint",
"label": "none",
"confidence": 0.9,
"reason": "Hash/fingerprint of SQL, 100% distinct but semantic purpose is content identification not row identification"
},
{
"column": "origin",
"label": "none",
"confidence": 1.0,
"reason": "Categorical attribute (authored/proposed), not a key"
},
{
"column": "template_id",
"label": "foreign_key",
"confidence": 0.85,
"reason": "ID-like naming pattern, likely references template table, has nulls (50%)"
},
{
"column": "segment_column",
"label": "none",
"confidence": 1.0,
"reason": "Column name reference, not a key"
},
{
"column": "result_types",
"label": "none",
"confidence": 1.0,
"reason": "JSON schema definition, not a key"
},
{
"column": "has_period",
"label": "none",
"confidence": 1.0,
"reason": "Boolean flag (all 1s), not a key"
},
{
"column": "direction",
"label": "none",
"confidence": 1.0,
"reason": "Categorical attribute, not a key"
},
{
"column": "target_value",
"label": "none",
"confidence": 1.0,
"reason": "100% null, not a key"
},
{
"column": "target_kind",
"label": "none",
"confidence": 1.0,
"reason": "Categorical attribute (all 'none'), not a key"
},
{
"column": "material_delta",
"label": "none",
"confidence": 1.0,
"reason": "Numeric measure, not a key"
},
{
"column": "support_floor",
"label": "none",
"confidence": 1.0,
"reason": "Numeric threshold (all 50), not a key"
},
{
"column": "declared_by",
"label": "none",
"confidence": 1.0,
"reason": "Audit field for user/process, not a key"
},
{
"column": "declared_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp audit field, not a key"
},
{
"column": "status",
"label": "none",
"confidence": 1.0,
"reason": "Categorical status field (all 'active'), not a key"
},
{
"column": "broken_code",
"label": "none",
"confidence": 1.0,
"reason": "100% null, not a key"
}
]
}
```