PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 9 hours 45 minutes 44 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
3 / 1 024 max
Total
65 460
Rejected
0
llm:a0bbe929c4771df1e38344b744d5e501ea00272c5d4aa5882ff505b2f87df414
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"
}
]
}
```