PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 19 hours 50 minutes 10 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 005
Rejected
0
llm:c59fa61602b23226a824cd84aefc4d2c28538481790f15f550f14f746d6916db
Edit
```json
{
"classifications": [
{
"column": "id",
"role": "identifier",
"confidence": 1.0,
"reason": "Primary key with unique values per row (902 distinct for 902 rows)"
},
{
"column": "dataset_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key referencing datasets, used for JOINs"
},
{
"column": "batch_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key referencing batches, used for JOINs"
},
{
"column": "engine",
"role": "dimension",
"confidence": 1.0,
"reason": "Low cardinality categorical field (2 values: duckdb, whoosh) for grouping/filtering"
},
{
"column": "query_text",
"role": "attribute",
"confidence": 0.95,
"reason": "High cardinality (767 distinct) free-form text content for display, not for grouping"
},
{
"column": "description",
"role": "attribute",
"confidence": 1.0,
"reason": "High cardinality (824 distinct) descriptive text for display purposes"
},
{
"column": "model_name",
"role": "dimension",
"confidence": 1.0,
"reason": "Low cardinality categorical field (2 values) for grouping/filtering by AI model"
},
{
"column": "latency_ms",
"role": "measure",
"confidence": 1.0,
"reason": "Numeric quantity (milliseconds) to be aggregated with sum/avg/min/max"
},
{
"column": "created_at",
"role": "dimension",
"confidence": 1.0,
"reason": "Timestamp for temporal grouping, filtering, and time-series analysis"
}
]
}
```