PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 19 hours 44 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
3 / 1 024 max
Total
72 503
Rejected
0
llm:affcdab38736a7164bee82d69e16d0f198904737b683375abeca150b9a2f9008
Edit
```json
{
"table_name": "sales_pipeline",
"table_type_tags": [
{"tag": "dimension", "confidence": 0.90}
],
"primary_type": "dimension",
"insufficient_evidence": false,
"entity": {
"columns": ["opportunity_id"],
"unique_per_row": true
},
"time_axis": {
"columns": ["engage_date", "close_date"],
"kind": "event_time"
},
"reasoning": "opportunity_id has Uniqueness 1.000 — each row is unique information about one sales opportunity. The timestamps engage_date and close_date are descriptive attributes of the opportunity (when engagement began, when it closed), not an axis ordering successive actions or state transitions of the opportunity. The table catalogs opportunities with their static properties (agent, product, account, stage, value), and sibling tables (accounts, products, sales_teams) likely reference these opportunities. Dimension."
}
```