PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 6 hours 50 minutes 15 seconds
Memory
Total
512MB
Used
13,32MB (2.6%)
Free
498,68MB
Keys
Current
10 162
Total (since start)
11 092
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
4 / 1 024 max
Total
62 176
Rejected
0
llm:1aa8f26be72ded959dee80536b325d61dfbb151fe788f3cd268387fb3be0b5a8
Edit
```json
{
"table_name": "accounts",
"table_type_tags": [
{"tag": "dimension", "confidence": 0.95}
],
"primary_type": "dimension",
"insufficient_evidence": false,
"entity": {
"columns": ["account"],
"unique_per_row": true
},
"time_axis": null,
"reasoning": "The entity account has Uniqueness 1.000 (85 unique values in 85 rows), making each row unique information about one company. year_established is a descriptive attribute (when the company was founded), not an event timestamp ordering actions. The table is a catalog of business accounts with their attributes (sector, revenue, employees, location, parent company). Cross-table context shows sales_pipeline likely references these accounts, reinforcing this as a dimension table defining the entities other tables build on."
}
```