PHPMem v2.0.1

Version
1.6.45
Uptime
7 days 12 hours 26 minutes 2 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
4 / 1 024 max
Total
67 910
Rejected
0
llm:34e0629a878c813f1facf6e04999ce1d517af7ba40a747d379b3fdf1d603820c
TTL 3 days 23 hours 37 minutes 8 seconds Size 1,60KB Export
Edit
```json { "table_name": "sales_teams", "primary_key": "sales_agent", "candidates": [ { "rank": 0, "partition_key": "sales_agent", "partition_key_label": "primary_identifier", "partition_key_reasoning": "sales_agent is the unique identifier for this dimension table with RPUV=1.00 (35 unique values for 35 rows), 100% uniqueness, and 0% nulls. Each sales agent appears exactly once, making it the natural primary identifier. As a small dimension table (35 rows), partitioning is optional but sales_agent serves as the logical organizing key.", "clustering_key": null, "clustering_key_label": null, "clustering_key_reasoning": "Dimension tables typically do not require clustering keys as they are small reference tables without internal ordering requirements. This table has only 35 rows and no temporal or sequential dimension to sort by.", "world_line": null, "session_column": null, "confidence": "HIGH", "notes": "This is a classic dimension table mapping sales agents to their organizational hierarchy (manager, regional_office). The sales_agent column is the clear primary key with perfect uniqueness. The metadata columns (_ingestion_timestamp, _batch_id, _source_file, _source_system) all have RPUV=35.00 (single value) and are not suitable for partitioning. At 35 rows, this table is small enough that partitioning provides minimal benefit, but sales_agent is the correct logical choice if partitioning is required." } ] } ```