PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 7 hours 33 minutes 47 seconds
Memory
Total
512MB
Used
13,32MB (2.6%)
Free
498,68MB
Keys
Current
10 162
Total (since start)
11 092
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
62 874
Rejected
0
llm:56811d9834e629a914bdcb2727f40adaffc441b14000dcc966fcc2e61a3e6bc2
Edit
```json
{
"table_name": "data_dictionary",
"primary_key": "Table,Field",
"candidates": [
{
"rank": 0,
"partition_key": null,
"partition_key_label": null,
"partition_key_reasoning": "This is a metadata table with only 21 rows describing the schema of other tables. Table column has RPUV=5.25 with only 4 unique values (85.71% top-3 coverage), making it unsuitable for partitioning. Field column has RPUV=1.17 with high uniqueness (0.857) but only 18 unique values across 21 rows. For such a small reference table (21 rows), partitioning provides no performance benefit and would create unnecessary overhead. Best stored as a single small file.",
"clustering_key": null,
"clustering_key_label": null,
"clustering_key_reasoning": "No clustering needed for a 21-row metadata table. Natural ordering by (Table, Field) composite primary key is sufficient for lookups and joins.",
"world_line": null,
"session_column": null,
"confidence": "HIGH",
"notes": "This is a schema metadata table (data dictionary) with 21 rows describing fields across 4 tables (accounts, products, sales_pipeline, sales_teams). The composite key (Table, Field) uniquely identifies each row. As a small, static reference table, it requires no partitioning or clustering - it should remain as a single file for efficient full-table scans and metadata lookups. The _ingestion_timestamp and other underscore-prefixed columns are ETL metadata, not business keys."
}
]
}
```