PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 5 hours 53 minutes 45 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
61 332
Rejected
0
llm:af87f49ab9b8cfb4c3d36f4d174df057c463c0db6373e55655977fe60659c371
Edit
```json
{
"classifications": [
{
"column": "batch_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Primary key with unique values per row (304 distinct in 304 rows), used to identify batches"
},
{
"column": "dataset_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key referencing datasets, used for JOINs (96 distinct values, repeating)"
},
{
"column": "tenant_id",
"role": "dimension",
"confidence": 1.0,
"reason": "Categorical field for filtering/grouping by tenant (only 1 value 'default' currently)"
},
{
"column": "started_at",
"role": "dimension",
"confidence": 1.0,
"reason": "Timestamp for filtering, grouping by time periods, or ordering"
},
{
"column": "completed_at",
"role": "dimension",
"confidence": 1.0,
"reason": "Timestamp for filtering, grouping by time periods, or ordering"
},
{
"column": "status",
"role": "dimension",
"confidence": 1.0,
"reason": "Low-cardinality categorical field (3 values: completed, ready, running) for grouping/filtering"
},
{
"column": "error_text",
"role": "attribute",
"confidence": 1.0,
"reason": "Free-form descriptive text for display, not for grouping or aggregation (currently all null)"
},
{
"column": "total_rows",
"role": "measure",
"confidence": 1.0,
"reason": "Numeric quantity to aggregate (sum/avg) representing row counts"
},
{
"column": "total_bytes",
"role": "measure",
"confidence": 1.0,
"reason": "Numeric quantity to aggregate (sum/avg) representing byte counts"
},
{
"column": "elapsed_ms",
"role": "measure",
"confidence": 1.0,
"reason": "Numeric quantity to aggregate (sum/avg) representing elapsed time in milliseconds"
},
{
"column": "engine_versions_json",
"role": "attribute",
"confidence": 0.95,
"reason": "JSON text describing engine versions, primarily for display; low cardinality (7) but complex structure not suitable for grouping"
},
{
"column": "nettle_version",
"role": "dimension",
"confidence": 1.0,
"reason": "Low-cardinality categorical field (2 values) for grouping/filtering by version"
},
{
"column": "job_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Identifier for jobs (295 distinct values), used for JOINs or lookups"
},
{
"column": "content_hash",
"role": "identifier",
"confidence": 0.95,
"reason": "Hash value used to identify unique content (85 distinct values), high null rate but serves as identifier when present"
}
]
}
```