Caution
You should back up the database before and after using bulk operations mode because your database is not protected against media failure in this mode. |
If you are running the database server in bulk operations mode (the -b option), the database server does not perform certain important functions. Specifically:
Function | Implication |
---|---|
Maintain a transaction log | There is no record of the changes. Each COMMIT causes a checkpoint. |
Lock any records | There are no serious implications. |