Hi, > "the BACKUP statement does not lock the database objects when using the > multi-threaded mode, > and therefore does not block other users. The resulting backup is > transactionally consistent." > > How is this possible?
The documentation is incorrect no longer correct. The BACKUP statement is synchronized on the database, even when using the multi-threaded mode. I will change the documentation. I will also add a feature request "The BACKUP statement should not synchronize on the database, and therefore should not block other users." I will also change the documentation: "The resulting backup is transactionally consistent, meaning the consistency and atomicy rules apply." Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
