PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 7 hours 33 minutes
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
3 / 1 024 max
Total
62 836
Rejected
0
llm:81410c343b393c0e00f96ca3d18bb1c722b76d61a1a49008248cc4e264020e97
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.*