PHPMem v2.0.1
Version
1.6.45
Uptime
8 days 57 minutes 24 seconds
Memory
Total
512MB
Used
7,68MB (1.5%)
Free
504,32MB
Keys
Current
5 910
Total (since start)
11 098
Evictions
0
Reclaimed
326
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
75 885
Rejected
0
llm:cead7198e1a006fde8f274346d1a53c2029a74254443eca63cf7560617739de7
Edit
```json
{
"table_name": "schema_migrations",
"table_type_tags": [
{"tag": "dimension", "confidence": 0.90},
{"tag": "path", "confidence": 0.15}
],
"primary_type": "dimension",
"insufficient_evidence": false,
"entity": {
"columns": ["version"],
"unique_per_row": true
},
"time_axis": {
"columns": ["applied_at"],
"kind": "event_time"
},
"reasoning": "The entity version is unique per row (Uniqueness 1.000, RPUV 1.00, Monotonicity 1.000), making each row describe one migration. The applied_at timestamp (also Uniqueness 1.000) is an attribute recording when that migration was applied, not an axis ordering repeated actions of a migration. This is a catalog of migration occurrences with unique IDs — dimension. The provenance columns (_ingestion_timestamp, _batch_id, _source_file, _source_system) are ignored per instructions."
}
```