PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 8 hours 14 minutes 49 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
63 504
Rejected
0
llm:bfc604727ee77ad21601871a07ed667bf04055614aa0420838fa75de517c74ae
Edit
```json
{
"classifications": [
{
"column": "tenant_id",
"role": "identifier",
"confidence": 0.95,
"reason": "Foreign key referencing tenant; used for JOINs and multi-tenancy filtering"
},
{
"column": "dataset_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Primary key with unique values (109 distinct in 109 rows) and 'd_' prefix pattern"
},
{
"column": "name",
"role": "attribute",
"confidence": 0.85,
"reason": "Descriptive dataset name for display; free-form text with some duplicates"
},
{
"column": "source",
"role": "dimension",
"confidence": 0.95,
"reason": "Low-cardinality categorical field (5 values) for grouping/filtering by data source"
},
{
"column": "origin_url",
"role": "attribute",
"confidence": 0.9,
"reason": "Descriptive URL path for display; high cardinality and free-form structure"
},
{
"column": "origin_slug",
"role": "attribute",
"confidence": 0.85,
"reason": "Descriptive slug identifier for display; similar to name field"
},
{
"column": "created_at",
"role": "dimension",
"confidence": 0.95,
"reason": "Timestamp for temporal grouping, filtering, and time-series analysis"
},
{
"column": "updated_at",
"role": "dimension",
"confidence": 0.95,
"reason": "Timestamp for temporal grouping, filtering, and tracking modifications"
},
{
"column": "status",
"role": "dimension",
"confidence": 1.0,
"reason": "Low-cardinality categorical field (3 values: deleted, ingesting, ready) for grouping/filtering"
},
{
"column": "current_batch_id",
"role": "identifier",
"confidence": 0.9,
"reason": "Foreign key referencing batch; used for JOINs despite some nulls"
},
{
"column": "dataset_dir",
"role": "attribute",
"confidence": 0.95,
"reason": "File system path for display; descriptive technical detail not used for grouping"
},
{
"column": "tags_json",
"role": "attribute",
"confidence": 0.8,
"reason": "JSON field for metadata display; currently all null but intended for descriptive content"
}
]
}
```