Ignoring Import Errors

Previous Next

See Also

USoft BenchMark's import facility has an option to ignore errors during import. The default is set to True.

*TopCaseTest.ignoreImportErrors : True

Importing into a table that already contains data could cause duplicate key errors. The import will not stop when such an error occurs. It will also perform a commit record after each insert. While this could slow down the import process, it will prevent the database from building up huge data storage for a possible rollback.

You are advised to switch this option off only when you want a fast import and know that your database can handle it.