PHPMem v2.0.1

Version
1.6.45
Uptime
7 days 7 hours 15 minutes 42 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 474
Rejected
0
llm:b4e9c60b59b39393310b59a2182aa682c8000f831ef0d4fe03c307c9f9733769
TTL 6 days 12 hours 34 minutes 55 seconds Size 1,52KB Export
Edit
```json { "table_name": "quality_issues", "primary_key": "id", "candidates": [ { "rank": 0, "partition_key": "id", "partition_key_label": "primary_identifier", "partition_key_reasoning": "RPUV = 1.00 (all unique), uniqueness = 1.000, monotonicity = 1.000. This is the primary identifier for quality issues. While RPUV=1 is typically poor for partitioning (one file per row), dimension tables are often small reference tables where this is acceptable. With only 417 rows, this table is small enough that partitioning is not critical.", "clustering_key": null, "clustering_key_label": null, "clustering_key_reasoning": "Dimension tables typically do not require internal sorting. No natural ordering axis exists for quality issue records.", "world_line": null, "session_column": null, "confidence": "HIGH", "notes": "This is a dimension table cataloging quality issues detected during data profiling. The id column is the unique identifier per the classification. The table is small (417 rows) and serves as a reference/lookup table. The _ingestion_timestamp, _batch_id, _source_file, and _source_system columns are all constant (RPUV=417), indicating this is a single-batch snapshot. jobs_id (RPUV=3.59) could theoretically be used for partitioning by job, but as a dimension table, the primary_identifier approach is more appropriate." } ] } ```