PHPMem v2.0.1
Version
1.6.45
Uptime
8 days 1 hour 55 minutes 33 seconds
Memory
Total
512MB
Used
7,68MB (1.5%)
Free
504,32MB
Keys
Current
5 910
Total (since start)
11 098
Evictions
0
Reclaimed
326
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
4 / 1 024 max
Total
76 235
Rejected
0
llm:9d04a186ae868e60046230c6c955fc7c08a11922a50c9356cd499e3d18d6b300
Edit
```json
{
"table_name": "classification_candidates",
"primary_key": "id",
"candidates": [
{
"rank": 0,
"partition_key": "table_classification_id",
"partition_key_label": "primary_identifier",
"partition_key_reasoning": "table_classification_id has RPUV=1.15 (each classification has ~1-3 candidate key recommendations), uniqueness=0.870, and Top 3 Coverage=1.52%. Semantically natural: groups all candidate key recommendations for the same table classification together, which is the primary access pattern for this metadata table.",
"clustering_key": "rank",
"clustering_key_label": null,
"clustering_key_reasoning": "rank orders candidates by priority (0=primary recommendation, 1=first alternative, 2=second alternative). Monotonicity=0.131 and RPUV=197.00. Sorting by rank within each table_classification_id partition presents recommendations in their intended order.",
"world_line": null,
"session_column": null,
"confidence": "HIGH",
"notes": "This is a dimension table storing key selection recommendations for classified tables. Each row represents one candidate (partition_key, clustering_key) combination for a table. The id column is the true primary key (RPUV=1.00, uniqueness=1.000), but table_classification_id provides better partitioning for typical queries like 'show all key candidates for table X'."
}
]
}
```