PHPMem v2.0.1

Version
1.6.45
Uptime
8 days 6 minutes 8 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
75 429
Rejected
0
llm:5a58ef0e2d4fffdc53b108fea5d7276181d2140f5669ff29d3193b451ffda2b9
TTL 5 days 21 hours 14 minutes 56 seconds Size 1,31KB Export
Edit
```json { "table_name": "llm_calls", "primary_key": "id", "candidates": [ { "rank": 0, "partition_key": "id", "partition_key_label": "primary_identifier", "partition_key_reasoning": "id is the unique identifier with RPUV=1.00, uniqueness=1.000, and perfect monotonicity=1.000. Each row represents a distinct LLM API call event. As a dimension table, the primary identifier serves as the partition key.", "clustering_key": null, "clustering_key_label": null, "clustering_key_reasoning": "Dimension tables typically do not require clustering keys as they are reference tables accessed by their primary identifier.", "world_line": null, "session_column": null, "confidence": "HIGH", "notes": "This is a dimension table cataloging LLM API calls. The id column uniquely identifies each call record. The table contains metadata about each call (purpose, model, provider, status, tokens, cost, latency, errors). While created_at is marked as event_time in the classification, the primary_type=dimension indicates this is a reference table of call records rather than an event stream, so we use the primary_identifier pattern." } ] } ```