PHPMem v2.0.1
Version
1.6.45
Uptime
8 days 57 minutes 23 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
75 879
Rejected
0
llm:463096b65c70abbe561589bcf49321cc1b936a33292b29c245113b9af055a867
Edit
```json
{
"table_name": "report_insights",
"primary_key": "jobs_id,index",
"candidates": [
{
"rank": 0,
"partition_key": "jobs_id",
"partition_key_label": "E",
"partition_key_reasoning": "Entity column identified by classifier. RPUV=11.91 is excellent for partitioning (116 unique jobs, ~12 insights per job on average). Top 3 coverage 12.17% indicates good distribution. Semantically represents the analysis job that generated these insights.",
"clustering_key": "index",
"clustering_key_label": "S",
"clustering_key_reasoning": "Time axis identified by classifier as sequence column. Monotonicity=0.917 confirms strong sequential ordering. Each insight within a job has an index (0-67 range), ordering the insights generated during that analysis run.",
"world_line": "jobs_id",
"session_column": null,
"confidence": "HIGH",
"notes": "Event table tracking insights generated per analysis job. Each job produces a sequence of insights (table_count, column_range, other) indexed in order. Partitioning by jobs_id groups all insights from the same analysis run together, clustering by index preserves their generation order."
}
]
}
```