IT 개발,관리,연동,자동화

MySQL Example Databases

_Blue_Sky_ 2024. 12. 6. 16:13
728x90

https://dev.mysql.com/doc/index-other.html

 

MySQL :: Other MySQL Documentation

Other MySQL Documentation This page provides additional documentation. There's even more available on these extra pages: MySQL Server Doxygen Documentation Title HTML Online MySQL Server (latest version) View Expert Guides Example Databases Title DB Downlo

dev.mysql.com

Example Databases

TitleDB DownloadHTML Setup GuidePDF Setup Guide

employee data (large dataset, includes data and test/verification suite) GitHub View US Ltr | A4
world database TGZ | Zip View US Ltr | A4
sakila database TGZ | Zip View US Ltr | A4
airportdb database (large dataset, intended for MySQL on OCI and HeatWave) TGZ | Zip View US Ltr | A4
menagerie database TGZ | Zip    

airportdb-en.a4.pdf
0.28MB

Airportdb 데이터베이스 설정


 이 문서는 다음을 설명합니다. airportdb 샘플 데이터베이스 설치, 구조 및 사용 방법.

 airportdb 샘플 데이터베이스는 스테판 프롤, 에바 잔겔, 볼프강 개슬러가 개발한 플루하펜 DB에서 채택했습니다.

법적 정보는 법적 고지 사항을 참조하세요.

MySQL 사용에 대한 도움은 MySQL 포럼을 방문하여 다른 MySQL 사용자와 문제를 논의할 수 있습니다.

 
 

2 소개

 airportdb 데이터베이스는 오라클 클라우드 인프라스트럭처(OCI) 및 AWS에서 MySQL HeatWave와 함께 사용하기 위한 대규모 데이터 세트입니다. 데이터베이스의 크기는 약 2GB이며 총 55,983,205개의 레코드가 포함된 14개의 테이블로 구성되어 있습니다.

표 1 airportdb 테이블

테이블 이름행
booking 50831531
flight 416429
flight_log 0
airport 9939
airport_reachable 0
airport_geo 9854
airline 113
flightschedule 9851
airplane 5583
airplane_type 342
employee 1000
passenger 36346
passengerdetails 37785
weatherdata 4626432

 

 airportdb 데이터 파일은 MySQL  스키마 덤프 유틸리티를 사용하여 생성되었습니다.

MySQL 쉘 스키마 덤프 유틸리티에서 생성되는 데이터 파일에는 압축된 스키마 구조를 생성하기 위한 DDL 파일이 포함됩니다. .tsv 데이터가 포함된 파일, .json 메타데이터 파일.

3 공항DB 구조

다음 다이어그램은 airportdb 데이터베이스 구조.

그림 1 airportdb 스키마

728x90