PHPMem v2.0.1

Version
1.6.45
Uptime
7 days 9 hours 44 minutes 6 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
3 / 1 024 max
Total
65 351
Rejected
0
llm:f1746dc8257de256b2642dfa9b0b1f6a46b14215414438fca080d0bcf9210ebc
TTL 8 hours 7 minutes 2 seconds Size 1,32KB Export
Edit
```json { "table_name": "titanic", "primary_key": "PassengerId", "candidates": [ { "rank": 0, "partition_key": "PassengerId", "partition_key_label": "primary_identifier", "partition_key_reasoning": "PassengerId is the unique identifier for each passenger. RPUV=1.00 (perfectly unique), Uniqueness=1.000, monotonicity=1.000 (strictly increasing). This is the natural primary key for a dimension table of Titanic passengers.", "clustering_key": null, "clustering_key_label": null, "clustering_key_reasoning": "Dimension tables typically do not require internal sorting. No temporal or sequential ordering is needed for passenger records.", "world_line": null, "session_column": null, "confidence": "HIGH", "notes": "This is a classic dimension table containing passenger attributes (demographics, ticket info, survival outcome). PassengerId uniquely identifies each row. The table contains 891 passengers with their characteristics at the time of boarding. No temporal axis exists—this is a snapshot of passenger manifest data. The _ingestion_timestamp and related metadata columns are ETL artifacts, not part of the business domain." } ] } ```