PHPMem v2.0.1

Version
1.6.45
Uptime
7 days 20 hours 38 minutes 2 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 496
Rejected
0
llm:e212d3bd567c50e7121bfbfbd67dd1b6b89c0d9a787e2579a05e5f5a1fccf94f
TTL 5 days 23 hours 13 minutes 13 seconds Size 1,49KB Export
Edit
```json { "table_name": "sample_queries", "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 each query record. While RPUV=1 typically indicates one file per row, for dimension tables the primary_identifier serves as the natural partition key.", "clustering_key": null, "clustering_key_label": null, "clustering_key_reasoning": "Dimension tables do not require internal sorting. Each row represents a distinct query entity.", "world_line": null, "session_column": null, "confidence": "HIGH", "notes": "This is a dimension table cataloging sample queries. The id column is the unique identifier with perfect uniqueness (RPUV=1.00, uniqueness=1.000). While created_at is marked as event_time in the classification, it represents when the query was created in the catalog, not a timeline to trace. The table stores reference data about queries (their text, description, engine, dataset association) rather than tracking state changes or events over time. Metadata columns (_ingestion_timestamp, _batch_id, _source_file, _source_system) are all constant across the dataset and serve audit purposes only." } ] } ```