PHPMem v2.0.1

Version
1.6.45
Uptime
7 days 12 hours 42 minutes 13 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
3 / 1 024 max
Total
68 194
Rejected
0
llm:358529010795ac717d975cbe3f75efcca33fe302ef317e289835e187ef78b80e
TTL 6 days 7 hours 10 minutes 31 seconds Size 2,18KB Export
Edit
```json { "classifications": [ { "column": "reading_id", "role": "identifier", "confidence": 1.0, "reason": "Primary key with unique VARCHAR values (mr_ prefix) identifying each reading row" }, { "column": "metric_id", "role": "identifier", "confidence": 1.0, "reason": "Foreign key referencing metrics table (m_ prefix), used for JOINs despite low cardinality" }, { "column": "period_start", "role": "dimension", "confidence": 1.0, "reason": "Date values used for time-based grouping and filtering (24 distinct periods)" }, { "column": "segment", "role": "dimension", "confidence": 1.0, "reason": "Categorical values (state codes like AC, AL, AM) used for slicing and grouping" }, { "column": "numerator", "role": "measure", "confidence": 1.0, "reason": "Numeric quantity that can be aggregated (sum/avg) in metric calculations" }, { "column": "denominator", "role": "measure", "confidence": 1.0, "reason": "Numeric quantity that can be aggregated (sum/avg) in metric calculations" }, { "column": "n", "role": "measure", "confidence": 1.0, "reason": "Count/sample size metric that can be summed or averaged across groups" }, { "column": "value", "role": "measure", "confidence": 1.0, "reason": "Computed metric value (likely numerator/denominator) to be aggregated" }, { "column": "computed_at", "role": "dimension", "confidence": 0.9, "reason": "Timestamp for filtering/grouping by computation time (2 distinct batches)" }, { "column": "batch_id", "role": "identifier", "confidence": 0.95, "reason": "Batch identifier for tracking computation runs, used for filtering/joining" }, { "column": "sql_fingerprint", "role": "identifier", "confidence": 0.9, "reason": "Hash/code identifying the SQL query used, serves as technical identifier" } ] } ```