PHPMem v2.0.1

Version
1.6.45
Uptime
7 days 19 hours 48 minutes 46 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
4 / 1 024 max
Total
72 881
Rejected
0
llm:d69cf3aa89e1db8b03844b8a0e8b5b80458204484f15ef5e77d5355a4d792af9
TTL 6 days 1 hour 34 minutes 45 seconds Size 2,20KB 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) as part of metric calculation" }, { "column": "denominator", "role": "measure", "confidence": 1.0, "reason": "Numeric quantity that can be aggregated (sum/avg) as part of metric calculation" }, { "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 batch times)" }, { "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" } ] } ```