PHPMem v2.0.1
Version
1.6.45
Uptime
8 days 2 hours 33 minutes 26 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
4 / 1 024 max
Total
76 348
Rejected
0
llm:d7cb3b2e24e2dbb3ef98b61950db41b54c7799f6ccede7ed080b280ebed565f2
Edit
```json
{
"table_name": "schema_migrations",
"primary_key": "version",
"candidates": [
{
"rank": 0,
"partition_key": "version",
"partition_key_label": "primary_identifier",
"partition_key_reasoning": "RPUV=1.00, uniqueness=1.000, perfect identifier for schema migration versions. Each version represents a unique database schema change. Semantically serves as the natural primary key for this dimension table.",
"clustering_key": null,
"clustering_key_label": null,
"clustering_key_reasoning": "Dimension tables typically do not require clustering. The table is small (47 rows) and already organized by version number which has perfect monotonicity (1.000).",
"world_line": null,
"session_column": null,
"confidence": "HIGH",
"notes": "This is a classic schema migration tracking table (dimension type). The version column is the natural primary identifier with perfect uniqueness. The applied_at timestamp records when each migration was executed but does not serve as a partitioning axis. All metadata columns (_ingestion_timestamp, _batch_id, etc.) have RPUV=47 (single value) and are unsuitable for partitioning."
}
]
}
```