PHPMem v2.0.1
Version
1.6.45
Uptime
8 days 2 hours 35 minutes 55 seconds
Memory
Total
512MB
Used
7,68MB (1.5%)
Free
504,32MB
Keys
Current
5 910
Total (since start)
11 098
Evictions
0
Reclaimed
326
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
76 413
Rejected
0
llm:58aed3ce1299f75acfec8ba89cf7b29794a93fe6b1c0eeffd4c4bf03042b0933
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."
}
]
}
```