PHPMem v2.0.1

Version
1.6.45
Uptime
7 days 14 hours 14 minutes 52 seconds

Memory

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

Keys

Current
10 165
Total (since start)
11 096
Evictions
0
Reclaimed
158
Expired Unfetched
0
Evicted Unfetched
0

Connections

Current
3 / 1 024 max
Total
69 458
Rejected
0
llm:6e6362b6c6cdec99ad1074e7112d602b60d4f2245dd016ced42e5cccb90ecd29
TTL 6 days 5 hours 37 minutes 49 seconds Size 3,00KB Export
Edit
```json { "classifications": [ { "column": "id", "role": "identifier", "confidence": 1.0, "reason": "Primary key with unique values for each row" }, { "column": "job_id", "role": "identifier", "confidence": 1.0, "reason": "Unique job identifier (321 distinct values in 321 rows), used for joining" }, { "column": "dataset_id", "role": "identifier", "confidence": 1.0, "reason": "Foreign key referencing dataset table, used for joining" }, { "column": "batch_id", "role": "identifier", "confidence": 0.9, "reason": "Foreign key for batch grouping (currently all null but structurally an identifier)" }, { "column": "tenant_id", "role": "dimension", "confidence": 0.95, "reason": "Low cardinality (1 value), used for filtering/grouping by tenant" }, { "column": "type", "role": "dimension", "confidence": 1.0, "reason": "Categorical field with 6 distinct job types, used for grouping and filtering" }, { "column": "status", "role": "dimension", "confidence": 1.0, "reason": "Categorical field with 3 distinct statuses, used for grouping and filtering" }, { "column": "current_phase", "role": "dimension", "confidence": 0.8, "reason": "Categorical field for job phase (currently all null but structurally a dimension)" }, { "column": "progress_pct", "role": "measure", "confidence": 1.0, "reason": "Numeric percentage value to be aggregated (avg/max)" }, { "column": "error_count", "role": "measure", "confidence": 1.0, "reason": "Numeric count to be aggregated (sum/avg)" }, { "column": "started_at", "role": "dimension", "confidence": 1.0, "reason": "Timestamp used for filtering, grouping by time periods, and temporal analysis" }, { "column": "finished_at", "role": "dimension", "confidence": 1.0, "reason": "Timestamp used for filtering, grouping by time periods, and temporal analysis" }, { "column": "elapsed_ms", "role": "measure", "confidence": 1.0, "reason": "Numeric duration in milliseconds to be aggregated (sum/avg/max)" }, { "column": "phases_json", "role": "attribute", "confidence": 0.9, "reason": "JSON text field for display (currently all null but structurally descriptive content)" }, { "column": "created_at", "role": "dimension", "confidence": 1.0, "reason": "Timestamp used for filtering, grouping by time periods, and temporal analysis" }, { "column": "updated_at", "role": "dimension", "confidence": 1.0, "reason": "Timestamp used for filtering, grouping by time periods, and temporal analysis" } ] } ```