PHPMem v2.0.1

Version
1.6.45
Uptime
7 days 13 hours 5 minutes 46 seconds

Memory

Total
512MB
Used
13,33MB (2.6%)
Free
498,67MB

Keys

Current
10 166
Total (since start)
11 096
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0

Connections

Current
3 / 1 024 max
Total
68 593
Rejected
0
llm:4424b01633f0f000737a886c8c8731e7eb2084e182adc55f1a02d9b9e730ac46
TTL 3 days 22 hours 57 minutes 24 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." } ] } ```