| DBIS MySQL Lab - Ergänzungen für die Datenbank Vorlesung |
|
Das DBIS MySQL Lab gibt Studenten Hilfestellung bei der Installation für die in den Vorlesungen Datenbanken I und II verwendete Datenbank MySQL. Außerdem werden Datenbankschemata aus der Übung und nützlich Links angeboten.
|
| Star Trek Datenbank: | star_trek.sql |
| Geburtstag Datenbank: | geburtstag.sql |
MySQL AB Beispiele
Download und Dokumentation auch unter: http://dev.mysql.com/doc/index-other.html#sampledb| * employee data (large dataset, includes data and test/verification suite) |
https://launchpad.net/test-db/ |
| * world database (MyISAM version, used in MySQL certifications and training) |
http://downloads.mysql.com/docs/world.sql.zip |
| * world database (InnoDB version, used in MySQL certifications and training) |
http://downloads.mysql.com/docs/world_innodb.sql.zip |
| * sakila database (requires MySQL 5.0 or later) | http://downloads.mysql.com/docs/sakila-db.zip |
| * menagerie database | http://downloads.mysql.com/docs/menagerie-db.zip |
Datenbanksysteme II
- Index:
Wie MySQL Indizes benutzt: http://dev.mysql.com/doc/refman/5.1/de/mysql-indexes.html Hash Index mit der MEMORY-Speicher-Engine: http://dev.mysql.com/doc/refman/5.1/de/memory-storage-engine.html - Benchmarks:
Free book (.pdf):
Jim Gray (Ed.): The Benchmark Handbook for Database and Transaction Systems (2nd Edition). Morgan Kaufmann 1993, ISBN 1-55860-292-5 - Performance (Link Collection): http://forums.mysql.com/read.php?24,92131,92131
Links
| Webseite von MySQL: | http://www.mysql.com/ |
| Deutsche Webseite vom MySQL: | http://www.mysql.de/ |
| Die MySQL Community: | http://forge.mysql.com/ |
| Die Dokumentation zu MySQL: | http://dev.mysql.com/doc/ |
| Kostenlose MySQL-Bücher: | http://dev.mysql.com/doc/index-other.html#printed-books |
| Wikipedia Artikel von MySQL (deutsch): | http://de.wikipedia.org/wiki/MySQL |
| Wikipedia Artikel von MySQL (englisch): | http://en.wikipedia.org/wiki/MySQL |
| Online Tutorial und Übungen für SQL: | http://sqlzoo.net/ |
| MySQL University: | http://forge.mysql.com/wiki/MySQL_University |


DBIS MySQL Lab
