PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 7 hours 32 minutes 38 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
62 827
Rejected
0
llm:4fc1a672db7b204852bb25690ab0683c9b31db56a3ef2bb2b98fe1d38494f653
Edit
```json
{
"table_name": "cleandata_v4",
"primary_key": "_unnamed_0",
"candidates": [
{
"rank": 0,
"partition_key": "_unnamed_0",
"partition_key_label": "primary_identifier",
"partition_key_reasoning": "RPUV=1.00 (perfectly unique), uniqueness=1.000, monotonic sequence. This is the primary identifier for each boxing match record in the dimension table.",
"clustering_key": null,
"clustering_key_label": null,
"clustering_key_reasoning": "Dimension tables typically do not require internal sorting. Each row represents a distinct match entity.",
"world_line": null,
"session_column": null,
"confidence": "HIGH",
"notes": "This is a dimension table of boxing matches. _unnamed_0 (and its duplicate X) serve as the unique match identifier. The table contains 115 distinct boxing match records with detailed fighter statistics. No clustering needed as dimension tables are typically accessed by primary key lookups."
}
]
}
```