-- compare.txt

To execute the scripts from the command line:

  mysql -u root -e "source mysql_create_student_tabs.sql"
  mysql -u root -e "source fast_insert.sql"

Typically, "mysql_create_student_tabs.sql" will run in 30-60 seconds, while "fast_insert.sql" will run in 1-2 seconds.