PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 12 hours 43 minutes 51 seconds
Memory
Total
512MB
Used
13,33MB (2.6%)
Free
498,67MB
Keys
Current
10 164
Total (since start)
11 094
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
4 / 1 024 max
Total
68 252
Rejected
0
llm:2469938d42313c64212746e924bc1bd600c37d18c9e817bcc15ac4daa4caf270
Edit
```json
{
"table_name": "boxing_pulev_clean",
"primary_key": "web-scraper-order",
"candidates": [
{
"rank": 0,
"partition_key": "web-scraper-order",
"partition_key_label": "primary_identifier",
"partition_key_reasoning": "RPUV=1.00, uniqueness=1.000, 100% unique values. This is the unique identifier for each fight record in Kubrat Pulev's career. Each row represents a distinct match.",
"clustering_key": null,
"clustering_key_label": null,
"clustering_key_reasoning": "Dimension tables typically do not require clustering. Each fight is a standalone entity without internal ordering needs.",
"world_line": null,
"session_column": null,
"confidence": "HIGH",
"notes": "This is a dimension table cataloging Kubrat Pulev's professional boxing matches. web-scraper-order serves as the primary identifier with perfect uniqueness. The table contains 29 fight records with detailed statistics for both fighters. While f_boxer_age shows some monotonicity (0.464), suggesting chronological ordering, the table is fundamentally a reference dimension of fight records rather than a time-series. No clustering is needed as dimension tables are typically small lookup tables."
}
]
}
```