PHPMem v2.0.1

Version
1.6.45
Uptime
7 days 11 hours 36 minutes 37 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
2 / 1 024 max
Total
67 003
Rejected
0
llm:17c380d6508b35c652cc3b7effd60583595768200e3130bf4b8a519b4c560d00
TTL 6 days 8 hours 12 minutes 53 seconds Size 1,41KB Export
Edit
```json { "table_name": "jobs", "primary_key": "job_id", "candidates": [ { "rank": 0, "partition_key": "job_id", "partition_key_label": "primary_identifier", "partition_key_reasoning": "job_id is the unique identifier for each job record with RPUV=1.00, uniqueness=1.000, and 321 unique values across 321 rows. It serves as the natural primary key for this dimension table.", "clustering_key": null, "clustering_key_label": null, "clustering_key_reasoning": "Dimension tables typically do not require clustering keys as they are reference tables organized by their primary identifier.", "world_line": null, "session_column": null, "confidence": "HIGH", "notes": "This is a dimension table tracking job metadata. The job_id is the clear primary identifier. The table contains job execution records with attributes like type (ingest, research, full), status (success, failed, cancelled), and timing information. While multiple timestamp columns exist (started_at, finished_at, created_at, updated_at), they are attributes of each job record rather than organizing axes. The dataset_id shows moderate cardinality (RPUV=2.94, 109 unique values) but represents a foreign key relationship rather than a partitioning dimension." } ] } ```