PHPMem v2.0.1

Version
1.6.45
Uptime
8 days 3 hours 35 minutes 56 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
4 / 1 024 max
Total
76 745
Rejected
0
llm:80f1e9a9c3c1a897fe4f0ebe53f78ac907f382b6d22433cbccd49b68085424bf
TTL 5 days 17 hours 46 minutes 54 seconds Size 1,35KB Export
Edit
```json { "table_name": "tag_lineage_edges", "primary_key": "id", "candidates": [ { "rank": 0, "partition_key": "id", "partition_key_label": "primary_identifier", "partition_key_reasoning": "RPUV = 1.00 (perfectly unique), uniqueness = 1.000, monotonicity = 1.000. This is the primary identifier for tag lineage edges. While RPUV=1 typically indicates one file per row, for dimension tables the primary_identifier serves as the natural partition key for lookups and joins.", "clustering_key": null, "clustering_key_label": null, "clustering_key_reasoning": "Dimension tables do not require internal sorting. No clustering key needed.", "world_line": null, "session_column": null, "confidence": "HIGH", "notes": "This is a dimension table tracking metadata about tag lineage edges (relationships between consumers, datasets, tables, columns, and their semantic tags). The id column is the unique identifier. The table has temporal tracking columns (first_seen_at, last_seen_at) but these are event-time attributes of each edge, not a time axis for partitioning. The table is small enough (42K rows) that partitioning by id is appropriate for dimension lookup patterns." } ] } ```