PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 6 hours 30 minutes 2 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
4 / 1 024 max
Total
61 759
Rejected
0
llm:80dc5a5db4b0a8552559d50eeb525d29fdf237f14709dc9c7ad18960d160af18
Edit
```json
{
"classifications": [
{
"column": "id",
"label": "primary_key",
"confidence": 1.0,
"reason": "100% distinct (42024/42024), zero nulls, BIGINT type - uniquely identifies each row"
},
{
"column": "consumer",
"label": "none",
"confidence": 1.0,
"reason": "Only 7 distinct values in 42024 rows - categorical attribute, not a key"
},
{
"column": "consumer_kind",
"label": "none",
"confidence": 1.0,
"reason": "Only 2 distinct values - categorical attribute, not a key"
},
{
"column": "dataset_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "96 distinct values in 42024 rows with id-like format (d_*) - references dataset table"
},
{
"column": "batch_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "142 distinct values in 42024 rows with id-like format (batch_*) - references batch table"
},
{
"column": "table_name",
"label": "none",
"confidence": 1.0,
"reason": "286 distinct values - descriptive attribute, not a key"
},
{
"column": "column_name",
"label": "none",
"confidence": 1.0,
"reason": "2367 distinct values - descriptive attribute, not a key"
},
{
"column": "family",
"label": "none",
"confidence": 1.0,
"reason": "Only 4 distinct values - categorical attribute, not a key"
},
{
"column": "tag",
"label": "none",
"confidence": 1.0,
"reason": "Only 7 distinct values - categorical attribute, not a key"
},
{
"column": "first_seen_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp field with 1007 distinct values - temporal attribute, not a key"
},
{
"column": "last_seen_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp field with 1031 distinct values - temporal attribute, not a key"
},
{
"column": "hit_count",
"label": "none",
"confidence": 1.0,
"reason": "Only 45 distinct values - numeric metric/counter, not a key"
}
]
}
```