PHPMem v2.0.1
Version
1.6.45
Uptime
8 days 3 hours 34 minutes 5 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 700
Rejected
0
llm:af446ed5794a008f9e4ac560593680993e833e69fc672acf03d2bd6c8ffbe3c4
Edit
```json
{
"table_name": "table_topology",
"primary_key": "jobs_id,tables_catalog_id",
"candidates": [
{
"rank": 0,
"partition_key": "jobs_id",
"partition_key_label": "primary_identifier",
"partition_key_reasoning": "RPUV=2.88 indicates ~3 tables per job on average, which is reasonable for grouping topology metadata by analysis job. Top 3 coverage is 14.37%, showing good distribution. Semantically, this groups all table topology records from the same analysis run together.",
"clustering_key": null,
"clustering_key_label": null,
"clustering_key_reasoning": "Dimension tables typically do not require internal sorting. The composite primary key (jobs_id, tables_catalog_id) already ensures uniqueness.",
"world_line": null,
"session_column": null,
"confidence": "HIGH",
"notes": "This is a dimension table storing metadata about table topology analysis results. The composite key (jobs_id, tables_catalog_id) uniquely identifies each topology record. Partitioning by jobs_id groups all topology records from the same analysis job, which is the natural access pattern for this metadata table."
}
]
}
```