PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 18 hours 9 minutes 14 seconds
Memory
Total
512MB
Used
8,22MB (1.61%)
Free
503,78MB
Keys
Current
6 300
Total (since start)
11 098
Evictions
0
Reclaimed
299
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
72 043
Rejected
0
llm:be2c95f5d685323dd89afddb08ddc27d89ab5fe82e870b3c26fe8313e6b339c5
Edit
```json
{
"classifications": [
{
"column": "id",
"role": "identifier",
"confidence": 1.0,
"reason": "Primary key with unique BIGINT values for each row"
},
{
"column": "consumer",
"role": "dimension",
"confidence": 1.0,
"reason": "Low cardinality (7 values) categorical field for grouping/filtering by consumer type"
},
{
"column": "consumer_kind",
"role": "dimension",
"confidence": 1.0,
"reason": "Very low cardinality (2 values) categorical field for grouping by consumer kind"
},
{
"column": "dataset_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key reference to dataset, used for joining tables"
},
{
"column": "batch_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key reference to batch, used for joining tables"
},
{
"column": "table_name",
"role": "dimension",
"confidence": 0.95,
"reason": "Medium cardinality (286 values) categorical field for grouping/filtering by table"
},
{
"column": "column_name",
"role": "dimension",
"confidence": 0.9,
"reason": "Higher cardinality (2367 values) but still used for grouping/filtering by column"
},
{
"column": "family",
"role": "dimension",
"confidence": 1.0,
"reason": "Very low cardinality (4 values) categorical field for grouping by tag family"
},
{
"column": "tag",
"role": "dimension",
"confidence": 1.0,
"reason": "Low cardinality (7 values) categorical field for grouping/filtering by tag type"
},
{
"column": "first_seen_at",
"role": "dimension",
"confidence": 1.0,
"reason": "Timestamp field used for temporal filtering and grouping"
},
{
"column": "last_seen_at",
"role": "dimension",
"confidence": 1.0,
"reason": "Timestamp field used for temporal filtering and grouping"
},
{
"column": "hit_count",
"role": "measure",
"confidence": 1.0,
"reason": "Numeric quantity to be aggregated (sum/avg) representing count of hits"
}
]
}
```