PHPMem v2.0.1
Version
1.6.45
Uptime
8 days 4 hours 33 minutes 49 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
3 / 1 024 max
Total
76 928
Rejected
0
llm:16b433d0095d30e7962c164949bc9fefd39df7574ddea3eaad591dffe3530fae
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 key selection candidates for the same table classification together, enabling efficient retrieval of all recommendations for a given 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. Each row represents one candidate (partition_key, clustering_key) combination for a classified table. The composite (table_classification_id, rank) forms the natural primary key. Partitioning by table_classification_id groups all candidates for the same table together."
}
]
}
```