PHPMem v2.0.1

Version
1.6.45
Uptime
7 days 6 hours 35 minutes 6 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 987
Rejected
0
llm:9071e260ead5475187a0a52378f4c724cbab7c2e4474fc9b0c48412082796d52
TTL 7 hours 39 minutes 46 seconds Size 1,58KB Export
Edit
```json { "table_name": "championsdataset", "primary_key": "Champion,Begin_reign", "candidates": [ { "rank": 0, "partition_key": "Champion", "partition_key_label": "E", "partition_key_reasoning": "Champion is the entity column identified by the classifier. RPUV=3.06 is ideal for partitioning (2-100 range). Top 3 coverage is 40.28%, indicating reasonable distribution. Semantically represents the boxer whose championship timeline we trace. This groups all title reigns by the same champion together.", "clustering_key": "Begin_reign", "clustering_key_label": "S", "clustering_key_reasoning": "Begin_reign is the time_axis identified by the classifier as event_time. RPUV=1.05 indicates near-unique values (good for ordering). Semantically represents when each championship reign started, providing chronological ordering within each champion's career. This sorts each champion's multiple reigns in temporal sequence.", "world_line": "Champion", "session_column": null, "confidence": "HIGH", "notes": "This is a path table tracking championship reigns. Each row represents a title reign period. The same champion can appear multiple times (e.g., Muhammad Ali, Evander Holyfield with 4 and 3 reigns respectively). Partitioning by Champion and ordering by Begin_reign creates a timeline of each boxer's championship history. The composite key (Champion, Begin_reign) uniquely identifies each reign." } ] } ```