PHPMem v2.0.1

Version
1.6.45
Uptime
8 days 30 minutes 40 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 663
Rejected
0
llm:d69a1039b1eee380f1c86f44ef6d0434d58ed23cf3c88c1343ec7f253f89a091
TTL 5 days 19 hours 18 minutes 5 seconds Size 1,29KB Export
Edit
```json { "table_name": "column_tag_overrides", "primary_key": "id", "candidates": [ { "rank": 0, "partition_key": "id", "partition_key_label": "primary_identifier", "partition_key_reasoning": "id is the unique identifier with RPUV=1.00 and uniqueness=1.000, perfectly identifying each override record. However, with only 2 rows, partitioning provides no practical benefit.", "clustering_key": null, "clustering_key_label": null, "clustering_key_reasoning": "Dimension tables typically do not require clustering. With only 2 rows, no internal sorting is needed.", "world_line": null, "session_column": null, "confidence": "MEDIUM", "notes": "This is a dimension table storing metadata about column tag overrides. The id column is the primary key. With only 2 rows, partitioning is not practically useful, but id is the semantic primary identifier. The table tracks manual overrides to column classifications (dataset_id, table_name, column_name, family, tag) with audit fields (changed_by, changed_at). All other columns have RPUV=1.00 or RPUV=2.00 (single value), making them unsuitable as partition keys." } ] } ```