PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 4 hours 21 minutes 54 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
60 252
Rejected
0
llm:98d3549d5cc83961ac553ba09659477801484141a85e95e61397877c1fec693c
Edit
I have already obtained comprehensive column metadata from the dataset. Let me compile this into a clear, organized answer.
```json
{
"action": "final",
"content": "# Dataset Columns: Types and Meanings\n\nThis dataset contains **13 tables** with **16.8+ million rows** tracking beer ratings, beers, breweries, places, and users. Here's what each column represents:\n\n## Core Rating Data\n\n### beer_ratings (14.3M rows)\nThe primary table capturing individual beer reviews:\n\n- **rating_id** (BIGINT) — Unique identifier for each rating (0 to 14.3M)\n- **user_id** (BIGINT) — ID of the user who submitted the rating\n- **beer_id** (BIGINT) — ID of the beer being rated\n- **aroma** (BIGINT) — Aroma score (0-10 scale)\n- **flavor** (BIGINT) — Flavor score (0-10 scale)\n- **mouthfeel** (BIGINT) — Mouthfeel/texture score (0-5 scale)\n- **appearance** (BIGINT) — Visual appearance score (0-5 scale)\n- **overall** (BIGINT) — Overall impression score (0-20 scale)\n- **total_score** (DOUBLE) — Computed total rating (0.1-5.0 scale)\n- **comments** (VARCHAR) — Written review text (~11.4M unique comments)\n- **created_at** (TIMESTAMP) — When the rating was submitted (2000-04-12 to 2025-02-03)\n- **updated_at** (TIMESTAMP) — When the rating was last modified\n- **description_score** (DOUBLE) — Quality score for the written review (-10495 to 500)\n- **language** (VARCHAR) — Language of the review (76 languages detected)\n- **availability_id** (BIGINT) — Link to where the beer was available\n\n### beers (1.2M rows)\nCatalog of individual beers:\n\n- **beer_id** (BIGINT) — Unique beer identifier\n- **brewer_id** (BIGINT) — ID of the brewery that makes this beer\n- **avg_rating** (DOUBLE) — Average rating across all reviews\n- **alcohol_pct** (DOUBLE) — Alcohol by volume percentage\n- **ibu** (DOUBLE) — International Bitterness Units (hop bitterness measure)\n- **description** (VARCHAR) — Text description of the beer\n- **has_pic** (BOOLEAN) — Whether the beer has a photo\n- **is_alias** (BOOLEAN) — Whether this is an alternate name for another beer\n- **is_one_off** (BOOLEAN) — Whether this was a one-time/limited brew\n- **is_retired** (BOOLEAN) — Whether the beer is no longer produced\n- **is_seasonal** (BOOLEAN) — Whether this is a seasonal release\n- **Unrateable** (DOUBLE) — Flag indicating if the beer cannot be rated\n- **created_at** (TIMESTAMP) — When the beer was added to the database\n- **created_by** (DOUBLE) — User ID who added the beer\n- **updated_at** (TIMESTAMP) — Last modification timestamp\n- **admin_note** (VARCHAR) — Administrative notes about the beer\n\n### brewers (50K rows)\nBrewery information:\n\n- **brewer_id** (BIGINT) — Unique brewery identifier\n- **city** (VARCHAR) — City where the brewery is located\n- **country_id** (BIGINT) — Country identifier\n- **state_id** (BIGINT) — State/region identifier\n- **metro_id** (BIGINT) — Metropolitan area identifier\n- **zip_code** (VARCHAR) — Postal code\n- **opened_at** (TIMESTAMP) — When the brewery opened (1753 to 2025)\n- **out_of_business_date** (TIMESTAMP) — When the brewery closed (if applicable)\n- **created_at** (TIMESTAMP) — When added to database\n- **updated_at** (TIMESTAMP) — Last modification\n\n### users (237K rows)\nUser profiles and activity:\n\n- **user_id** (BIGINT) — Unique user identifier\n- **beer_first_rating** (TIMESTAMP) — Date of user's first beer rating\n- **beer_last_rating** (TIMESTAMP) — Date of user's most recent beer rating\n- **place_first_rating** (TIMESTAMP) — Date of user's first place rating\n- **place_last_rating** (TIMESTAMP) — Date of user's most recent place rating\n- **created_at** (TIMESTAMP) — Account creation date\n- **updated_at** (TIMESTAMP) — Last profile update\n\n## Supporting Tables\n\n### place_ratings (386K rows)\nRatings for bars, restaurants, and beer venues:\n\n- **rating_id** (BIGINT) — Unique rating identifier\n- **user_id** (BIGINT) — User who submitted the rating\n- **place_id** (BIGINT) — Venue being rated\n- **created_at** (TIMESTAMP) — Rating submission date (2004-01-03 to 2025-02-01)\n- **updated_at** (TIMESTAMP) — Last modification\n\n### places (86K rows)\nVenues where beer is served:\n\n- **place_id** (BIGINT) — Unique place identifier\n- **city** (VARCHAR) — City location\n- **city_plain** (VARCHAR) — Normalized city name\n- **country_id** (BIGINT) — Country identifier\n- **state_id** (BIGINT) — State identifier\n- **latitude** (DOUBLE) — Geographic latitude\n- **longitude** (DOUBLE) — Geographic longitude\n- **created_at** (TIMESTAMP) — When added to database\n- **created_by** (BIGINT) — User who added the place\n- **updated_at** (TIMESTAMP) — Last modification\n- **updated_by** (BIGINT) — User who last updated\n\n### availability (117K rows)\nWhere specific beers can be found:\n\n- **avail_id** (BIGINT) — Unique availability record\n- **beer_id** (BIGINT) — Beer identifier\n- **place_id** (BIGINT) — Where the beer is available\n- **user_id** (BIGINT) — User who reported availability\n- **country_id** (BIGINT) — Country\n- **state_id** (DOUBLE) — State\n- **postal_code** (VARCHAR) — Postal code\n- **is_in_bottle** (BOOLEAN) — Available in bottles\n- **is_on_tap** (BOOLEAN) — Available on draft\n- **is_out** (BOOLEAN) — Currently out of stock\n- **created_at** (TIMESTAMP) — When reported (2024-01-01 to 2025-02-03)\n\n### favorites (212K rows)\nUsers' favorite beers:\n\n- **user_id** (BIGINT) — User identifier\n- **beer_id** (BIGINT) — Favorited beer\n- **created_at** (TIMESTAMP) — When favorited (2018-05-02 to 2025-02-02)\n\n### beer_upcs (249K rows)\nBarcode/UPC data for beers:\n\n- **beer_id** (BIGINT) — Beer identifier\n- **upc** (VARCHAR) — Universal Product Code\n- **user_id** (DOUBLE) — User who submitted the UPC\n\n### beer_styles (157 rows)\nBeer style taxonomy:\n\n- **style_id** (BIGINT) — Unique style identifier\n- **name** (VARCHAR) — Style name (e.g., \"IPA\", \"Stout\")\n- **description** (VARCHAR) — Style description\n- **category** (BIGINT) — Broader category grouping\n- **parent_style_id** (BIGINT) — Parent style for hierarchical organization\n- **srm_range** (VARCHAR) — Standard Reference Method color range\n\n### Geographic Reference Tables\n\n**countries** (251 rows):\n- **country_