PHPMem v2.0.1

Version
1.6.45
Uptime
7 days 12 hours 43 minutes 9 seconds

Memory

Total
512MB
Used
13,33MB (2.6%)
Free
498,67MB

Keys

Current
10 164
Total (since start)
11 094
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0

Connections

Current
4 / 1 024 max
Total
68 234
Rejected
0
llm:41588c39573d61feb236f5f921c3b197efa79e14335e4226da5a50b28763ee0e
TTL 6 days 7 hours 11 minutes 47 seconds Size 2,38KB Export
Edit
```json { "classifications": [ { "column": "batch_id", "label": "primary_key", "confidence": 1.0, "reason": "100% distinct (304/304), zero nulls, uniquely identifies each batch row" }, { "column": "dataset_id", "label": "foreign_key", "confidence": 0.95, "reason": "96 distinct values in 304 rows (31.6%), references dataset table" }, { "column": "tenant_id", "label": "foreign_key", "confidence": 0.9, "reason": "Single value 'default', references tenant table for multi-tenancy" }, { "column": "started_at", "label": "none", "confidence": 1.0, "reason": "Timestamp field, not a key despite 100% distinct" }, { "column": "completed_at", "label": "none", "confidence": 1.0, "reason": "Timestamp field with nulls (6.25%), not a key" }, { "column": "status", "label": "none", "confidence": 1.0, "reason": "Status enum with 3 values, not a key" }, { "column": "error_text", "label": "none", "confidence": 1.0, "reason": "100% null, error message field" }, { "column": "total_rows", "label": "none", "confidence": 1.0, "reason": "Numeric metric, 80 distinct values" }, { "column": "total_bytes", "label": "none", "confidence": 1.0, "reason": "Numeric metric, 85 distinct values" }, { "column": "elapsed_ms", "label": "none", "confidence": 1.0, "reason": "Numeric metric for duration, 276 distinct values" }, { "column": "engine_versions_json", "label": "none", "confidence": 1.0, "reason": "JSON metadata with 7 distinct version combinations" }, { "column": "nettle_version", "label": "none", "confidence": 1.0, "reason": "Version field with 2 distinct values" }, { "column": "job_id", "label": "near_key", "confidence": 0.95, "reason": "97.0% distinct (295/304), zero nulls, almost unique but not quite" }, { "column": "content_hash", "label": "none", "confidence": 0.9, "reason": "54.9% null rate disqualifies as key, hash field for content verification" } ] } ```