13.04.2014 17:54, Dmitry Yemanov wrote: >> Is it license to leave database in inconsistent state: with orphan >> pages/BLOBs/index >> >nodes for the sake of instant end of transaction? > Yes. The state of transaction is consistent (rolled back via TIP), all > the remainders are a garbage to be collected later by someone else. Not > less consistent than after a crash.
In this case I would say that calling VIO_verb_cleanup() at the beginning is overkill because inside it will do slow rollback for each savepoint. I would replace it with simple delete. -- WBR, SD. ------------------------------------------------------------------------------ Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Deployment Start a new project now. Try Jenkins in the cloud. http://p.sf.net/sfu/13600_Cloudbees Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
