PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 5 hours 46 minutes 42 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 206
Rejected
0
llm:44fe836e6d10fee9fa425e9685c25c2b3669654853d9f872b87b8b7dd32954bf
Edit
```json
{
"table_name": "boxing_aj",
"primary_key": "MatchLink-href",
"candidates": [
{
"rank": 0,
"partition_key": "MatchLink-href",
"partition_key_label": "primary_identifier",
"partition_key_reasoning": "MatchLink-href is the unique identifier for each boxing match with RPUV=1.00 (24 unique values for 24 rows), 100% uniqueness, and serves as the natural primary key for this dimension table of Anthony Joshua's professional boxing matches.",
"clustering_key": null,
"clustering_key_label": null,
"clustering_key_reasoning": "Dimension tables typically do not require clustering keys as they are reference data without internal ordering requirements.",
"world_line": null,
"session_column": null,
"confidence": "HIGH",
"notes": "This is a dimension table cataloging Anthony Joshua's boxing matches. Each row represents a unique bout identified by MatchLink-href. The table contains 24 matches with complete fight statistics for both boxers. While web-scraper-order appears sequential (monotonicity 0.522 for f_boxer_age suggests chronological scraping), the primary organization is by match identity, not temporal progression. The classifier correctly identified this as dimension type despite some event-like characteristics (the matches are discrete occurrences, hence the event=0.30 tag), but the table's purpose is reference/lookup rather than event stream analysis."
}
]
}
```