PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 11 hours 17 minutes 48 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
66 729
Rejected
0
llm:c9f4345514f2cf12bd835a8fcf95bd05c5121efa57c94412de64beacf7384dc3
Edit
```json
{
"table_name": "neal_reading_groups",
"primary_key": "reading_id,rank",
"candidates": [
{
"rank": 0,
"partition_key": "reading_id",
"partition_key_label": "primary_identifier",
"partition_key_reasoning": "RPUV=3.67 indicates ~4 rows per reading_id (rank 1-4 breakdown). Top 3 coverage 5.45% is well-distributed. Semantically, reading_id is the primary entity being decomposed into ranked groups/categories.",
"clustering_key": "rank",
"clustering_key_label": null,
"clustering_key_reasoning": "Rank orders the breakdown rows (1-4) within each reading_id. Monotonicity 0.731 confirms natural ordering. This is a structural ordering column for the dimension breakdown, not a temporal axis.",
"world_line": null,
"session_column": null,
"confidence": "HIGH",
"notes": "This is a dimension table storing ranked breakdowns (top-N groups) for each reading_id. Each reading has 3-4 ranked entries (label/value pairs) plus a remainder row. The composite key (reading_id, rank) uniquely identifies each breakdown row. Clustering by rank ensures the top groups appear first within each reading's partition."
}
]
}
```