PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 12 hours 2 minutes 56 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
4 / 1 024 max
Total
67 493
Rejected
0
llm:dd76df2fe6f28215efd982a2535c9935b17c03f9b05c09e9a0500c1e185b52dc
Edit
```json
{
"table_name": "analysis_run_llm_usage",
"primary_key": "jobs_id,model_name",
"candidates": [
{
"rank": 0,
"partition_key": "jobs_id",
"partition_key_label": "primary_identifier",
"partition_key_reasoning": "RPUV=2.00 indicates each job has exactly 2 rows (one per model type). This is the primary entity organizing LLM usage records. Top 3 coverage is only 2.65%, showing good distribution across 113 unique jobs. Semantically represents the analysis run whose LLM usage is being tracked.",
"clustering_key": null,
"clustering_key_label": null,
"clustering_key_reasoning": "Dimension tables typically do not require clustering. The model_name is part of the composite key but not a clustering axis.",
"world_line": null,
"session_column": null,
"confidence": "HIGH",
"notes": "This is a dimension table tracking LLM usage per analysis job. The composite key (jobs_id, model_name) uniquely identifies each row, as each job uses multiple models. The RPUV=2.00 pattern suggests a consistent two-model usage pattern per job."
}
]
}
```