Go Faster

Go Faster tells the driver not to use the private database. This can speed up big transactions such as DELETE FROM tablename, but may sometimes cause a SELECT or UPDATE statement to work using the old version of a record that has been updated but not yet committed. Using this option does not bypass referential integrity checks. To do that, and speed up processing more. select the "Omit checks" option as well.

This option is equivalent to -noprivate on the SQL Interpreter, and SQL Filter program, and not the latter program's -gofaster command tail.