PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 19 hours 47 minutes 55 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
4 / 1 024 max
Total
72 787
Rejected
0
llm:8d1a2ee36151fa7137ed0c8fee3cc55642733b652e9ee02a29d8a400a054e071
Edit
```json
{
"classifications": [
{
"column": "id",
"label": "primary_key",
"confidence": 0.95,
"reason": "BIGINT type, zero nulls, named 'id' - typical primary key pattern. Low row count (1) prevents full verification but structure is correct."
},
{
"column": "dataset_id",
"label": "foreign_key",
"confidence": 0.9,
"reason": "VARCHAR with '_id' suffix, references a dataset table. Standard foreign key naming convention."
},
{
"column": "table_name",
"label": "none",
"confidence": 0.85,
"reason": "Descriptive attribute storing table name being overridden, not a key column."
},
{
"column": "column_name",
"label": "none",
"confidence": 0.85,
"reason": "Descriptive attribute storing column name being overridden, not a key column."
},
{
"column": "label",
"label": "none",
"confidence": 0.9,
"reason": "Stores classification label value (e.g., 'Identifier'), a data attribute not a key."
},
{
"column": "table_type",
"label": "none",
"confidence": 0.95,
"reason": "100% null, optional metadata attribute, not a key."
},
{
"column": "layer",
"label": "none",
"confidence": 0.95,
"reason": "100% null, optional metadata attribute, not a key."
},
{
"column": "changed_by",
"label": "none",
"confidence": 0.9,
"reason": "Audit field tracking who made changes, not a key column."
},
{
"column": "changed_at",
"label": "none",
"confidence": 0.9,
"reason": "Audit timestamp field tracking when changes occurred, not a key column."
}
]
}
```