PHPMem v2.0.1

Version
1.6.45
Uptime
7 days 11 hours 19 minutes 30 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 778
Rejected
0
llm:c88405ba05feef21712b50e29c864d8fc4db67d01886a88f1d824b9a05cf061e
TTL 3 days 14 hours 36 minutes 47 seconds Size 1,36KB Export
Edit
```json { "table_name": "beer_upcs", "primary_key": "upc,beer_id", "candidates": [ { "rank": 0, "partition_key": "beer_id", "partition_key_label": "primary_identifier", "partition_key_reasoning": "beer_id is the natural primary identifier for this dimension table. RPUV=1.20 indicates most beers have 1-2 UPC codes, which is reasonable for product variants. Uniqueness=0.810 and Top 3 Coverage=0.05% shows good distribution. Semantically, this table maps UPCs to beers, making beer_id the organizing entity.", "clustering_key": null, "clustering_key_label": null, "clustering_key_reasoning": "No clustering needed for dimension table. The few UPCs per beer_id don't require internal ordering.", "world_line": null, "session_column": null, "confidence": "HIGH", "notes": "This is a many-to-one mapping table (UPC → beer). The composite key (upc, beer_id) ensures uniqueness, but beer_id is the natural partition key as queries will typically look up all UPCs for a given beer. The 2.9% null rate in beer_id represents unmapped UPCs. user_id appears to be a contributor/editor field and is not suitable as a key (high RPUV=22.64, 3.57% nulls, top value dominates 3.4% of rows)." } ] } ```