PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 10 hours 40 minutes 58 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
2 / 1 024 max
Total
66 163
Rejected
0
llm:83dd04144a7942edb164e592a5447cc30fc07f7a5f261d6de4b68256bd2b1b3a
Edit
This dataset represents a **consumer beer rating and product catalog platform**. It contains approximately 16.9 million records across 13 tables, capturing product evaluations, venue experiences, product metadata, and geographic information.
Because this is a multi-table relational dataset, what a single row represents depends on the specific table you are looking at. Here is a breakdown of the core entities:
* **`beer_ratings` (The dominant table - 85% of the data):** A single row represents an **individual consumer evaluation (rating/review)** of a specific beer product. There are 14.3 million of these ratings.
* **`beers` (7.1% of the data):** A single row represents a **unique beer product** in the catalog (1.2 million beers).
* **`place_ratings` (2.3% of the data):** A single row represents a **consumer review of a specific venue or retail location** (386,000 venue reviews).
* **`users` (1.4% of the data):** A single row represents a **registered consumer reviewer** on the platform (237,000 users).
* **`beer_upcs` (1.5% of the data):** A single row represents a **barcode mapping** for a retail beer product.
* **Other Reference Tables:** The dataset also includes tables where a single row represents a **brewery** (`brewers`), a **retail location** (`places`), a **geographic region** (`states`, `countries`), or a **distribution tracking record** (`availability`).
*Note: While the dataset contains rich information across these entities, the structural metadata indicates that the dominant `beer_ratings` table is currently isolated from the product catalog and user registry, meaning cross-table joins between ratings and specific beer/user details may be structurally limited.*