Simplified Reddit database
Run these scripts to create the schema:
1.1-create_tables.sql
1.2-create_packages.sql
1.3-create_indices.sql
1.4-create_triggers.sql
1.5-create_views.sqlThis script will add demonstration data to the database:
2-insert_data.sqlTo create table statistics for optimization, run this script:
3-create_statistics.sqlTo drop the schema, run these scripts:
4-drop_statistics.sql
5-drop_schema.sql