PHPMem v2.0.1

Version
1.6.45
Uptime
7 days 20 hours 38 minutes 16 seconds

Memory

Total
512MB
Used
8,15MB (1.59%)
Free
503,85MB

Keys

Current
6 252
Total (since start)
11 098
Evictions
0
Reclaimed
299
Expired Unfetched
0
Evicted Unfetched
0

Connections

Current
3 / 1 024 max
Total
73 523
Rejected
0
llm:e9a42e782c5f5c5e17a812fa56c49a743608a1270f036d6c8aa5bb95cc9edfe1
TTL 6 days 42 minutes 11 seconds Size 1,56KB Export
Edit
```json { "table_name": "dataset_lifecycle", "table_type_tags": [ {"tag": "path", "confidence": 0.90}, {"tag": "event", "confidence": 0.30} ], "primary_type": "path", "insufficient_evidence": false, "entity": { "columns": ["dataset_id", "batch_id"], "unique_per_row": true }, "time_axis": { "columns": ["submitted_at"], "kind": "event_time" }, "reasoning": "The composite entity (dataset_id, batch_id) is unique per row — batch_id Uniqueness 1.000 makes each row distinct. However, dataset_id repeats (RPUV 2.00, Uniqueness 0.500, top value d_9e733a56 appears 22 times), and the rows trace a dataset's processing lifecycle along the submitted_at axis. Each row records a state transition through the insights pipeline: submitted → insights_started → insights_ready, with status values (backfilled, complete, degraded, failed, in_progress) and status_reason capturing the outcome. The presence of multiple timestamp columns (submitted_at, insights_started_at, insights_ready_at, created_at, updated_at) encoding successive pipeline stages, combined with time_to_insights_ms measuring duration, indicates rows exist because the dataset moved through processing steps. Replaying a dataset's rows in submitted_at order reconstructs its processing history and current state — path. The batch_id makes each processing attempt unique, but the repeating dataset_id and lifecycle timestamps are the dominant structure." } ```