PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 19 hours 50 minutes 12 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
3 / 1 024 max
Total
73 023
Rejected
0
llm:98d2975943844d8beac61525347db7d9057f4caa56990dcdab4e84ef5bb8bee8
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"
}
]
}
```