PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 12 hours 42 minutes 27 seconds
Memory
Total
512MB
Used
13,33MB (2.6%)
Free
498,67MB
Keys
Current
10 164
Total (since start)
11 094
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
5 / 1 024 max
Total
68 198
Rejected
0
llm:7d1ddb355e4ac25c626d84212f7f2b92adc88cdd9ade5998f499b29940c3aed7
Edit
```json
{
"table_name": "neal_actions",
"primary_key": "id",
"candidates": [
{
"rank": 0,
"partition_key": "id",
"partition_key_label": "primary_identifier",
"partition_key_reasoning": "RPUV=1.00, uniqueness=1.000 — perfect unique identifier for each action record. Semantic role: primary key for dimension table tracking system actions/decisions.",
"clustering_key": null,
"clustering_key_label": null,
"clustering_key_reasoning": "Dimension tables typically do not require internal sorting. No natural ordering axis within action records.",
"world_line": null,
"session_column": null,
"confidence": "HIGH",
"notes": "Standard dimension table pattern: partition by primary_identifier (id), no clustering needed. The table tracks discrete action records (label.set, label.clear, search.rebuild) with unique IDs. created_at is present as event_time but is not used for clustering since this is a dimension table, not a path/event log."
}
]
}
```