PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 6 hours 34 minutes 27 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
2 / 1 024 max
Total
61 964
Rejected
0
llm:e341ac80a530e3f84e862559bd5a8ae6918095a37c44be15afb4ee74a34c5de6
Edit
```json
{
"table_name": "boxing_tysonfury",
"primary_key": "web-scraper-order",
"candidates": [
{
"rank": 0,
"partition_key": "web-scraper-order",
"partition_key_label": "primary_identifier",
"partition_key_reasoning": "RPUV = 1.00 (perfectly unique), uniqueness = 1.000, serves as the unique identifier for each bout record. While typically high uniqueness is problematic for partitioning, this is a small dimension table (30 rows) where the primary identifier is the natural partition key.",
"clustering_key": null,
"clustering_key_label": null,
"clustering_key_reasoning": "Dimension tables do not require internal sorting. No clustering key needed.",
"world_line": null,
"session_column": null,
"confidence": "HIGH",
"notes": "This is a dimension table cataloging Tyson Fury's boxing matches. With only 30 rows, it represents a complete reference dataset. The web-scraper-order serves as the primary identifier. MatchLink-href is also unique (RPUV=1.00) and could serve as an alternative identifier, but web-scraper-order is the cleaner primary key. The table contains bout-level attributes (opponents, results, statistics) but is classified as dimension rather than event because it represents a static reference of historical matches rather than a transactional event stream."
}
]
}
```