PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 16 hours 36 minutes 1 second
Memory
Total
512MB
Used
10,55MB (2.06%)
Free
501,45MB
Keys
Current
8 014
Total (since start)
11 096
Evictions
0
Reclaimed
261
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
2 / 1 024 max
Total
71 037
Rejected
0
llm:e768cce51b908054cdcce492fac867a20b988e2a2c680fde59e6945104a67bc6
Edit
```json
{
"table_name": "accounts",
"primary_key": "account",
"candidates": [
{
"rank": 0,
"partition_key": "account",
"partition_key_label": "primary_identifier",
"partition_key_reasoning": "RPUV = 1.00 (85 unique values for 85 rows), uniqueness = 1.000, confirming each account is unique. This is the natural primary identifier for the dimension table, representing distinct business accounts/companies.",
"clustering_key": null,
"clustering_key_label": null,
"clustering_key_reasoning": "Dimension tables typically do not require internal sorting. All attributes are descriptive properties of each account entity.",
"world_line": null,
"session_column": null,
"confidence": "HIGH",
"notes": "Classic dimension table with account as the primary identifier. The table contains 85 distinct companies with their attributes (sector, year_established, revenue, employees, office_location, subsidiary_of). Metadata columns (_ingestion_timestamp, _batch_id, _source_file, _source_system) are technical artifacts with RPUV = 85.00, indicating single-batch ingestion. The subsidiary_of column creates a self-referential hierarchy (e.g., Acme Corporation has 4 subsidiaries)."
}
]
}
```